qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 18/18] sh: move files referencing CPU to hw/sh4/


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 18/18] sh: move files referencing CPU to hw/sh4/
Date: Fri, 1 Mar 2013 14:33:49 +0100

Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/sh4/Makefile.objs           | 4 +++-
 hw/{ => sh4}/sh7750.c          | 0
 hw/{ => sh4}/sh7750_regnames.c | 0
 3 files changed, 3 insertions(+), 1 deletion(-)
 rename hw/{ => sh4}/sh7750.c (100%)
 rename hw/{ => sh4}/sh7750_regnames.c (100%)

diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs
index b2e1f1e..72b6a1f 100644
--- a/hw/sh4/Makefile.objs
+++ b/hw/sh4/Makefile.objs
@@ -1,7 +1,9 @@
-obj-y = sh7750.o sh7750_regnames.o tc58128.o
+obj-y = tc58128.o
 obj-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o
 obj-y += ide/mmio.o
 
 obj-y := $(addprefix ../,$(obj-y))
 
 obj-y += shix.o r2d.o
+
+obj-y += sh7750.o sh7750_regnames.o
diff --git a/hw/sh7750.c b/hw/sh4/sh7750.c
similarity index 100%
rename from hw/sh7750.c
rename to hw/sh4/sh7750.c
diff --git a/hw/sh7750_regnames.c b/hw/sh4/sh7750_regnames.c
similarity index 100%
rename from hw/sh7750_regnames.c
rename to hw/sh4/sh7750_regnames.c
-- 
1.8.1.4




reply via email to

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