qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 05/35] hw: move another file to hw/alpha/
Date: Mon, 18 Mar 2013 18:34:55 +0100

It references AlphaCPU.

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

diff --git a/hw/alpha/Makefile.objs b/hw/alpha/Makefile.objs
index db868d2..bcc32be 100644
--- a/hw/alpha/Makefile.objs
+++ b/hw/alpha/Makefile.objs
@@ -1,6 +1,5 @@
 obj-y = mc146818rtc.o
-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]