qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 32/35] hw: move another file to hw/alpha/


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 32/35] hw: move another file to hw/alpha/
Date: Tue, 2 Apr 2013 16:59:06 +0200

It references AlphaCPU.

Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/alpha/Makefile.objs                  | 6 +-----
 hw/{alpha_typhoon.c => alpha/typhoon.c} | 0
 2 files changed, 1 insertion(+), 5 deletions(-)
 rename hw/{alpha_typhoon.c => alpha/typhoon.c} (100%)

diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs
index 5dfea7a..5c74275 100644
--- a/hw/alpha/Makefile.objs
+++ b/hw/alpha/Makefile.objs
@@ -1,5 +1 @@
-obj-y += alpha_typhoon.o
-
-obj-y := $(addprefix ../,$(obj-y))
-
-obj-y += dp264.o pci.o
+obj-y += dp264.o pci.o typhoon.o
diff --git a/hw/alpha_typhoon.c b/hw/alpha/typhoon.c
similarity index 100%
rename from hw/alpha_typhoon.c
rename to hw/alpha/typhoon.c
-- 
1.8.1.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]