]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
sh: move files referencing CPU to hw/sh4/
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Feb 2013 14:22:56 +0000 (15:22 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 1 Mar 2013 14:01:20 +0000 (15:01 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/sh4/Makefile.objs
hw/sh4/sh7750.c [moved from hw/sh7750.c with 100% similarity]
hw/sh4/sh7750_regnames.c [moved from hw/sh7750_regnames.c with 100% similarity]

index b2e1f1e0442e3549298b830b66985ddf330faf0d..72b6a1fcb43f0947e43327e20ea4b685aeec77a6 100644 (file)
@@ -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
similarity index 100%
rename from hw/sh7750.c
rename to hw/sh4/sh7750.c