diff options
author | Paolo Bonzini | 2013-02-05 15:22:56 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-03-01 15:01:20 +0100 |
commit | 7a2771d1541ec9a0c585e9b853e5f4dc036919ad (patch) | |
tree | 4d2447ed6f3bf92f6a2e7f533b4551b60887c9b4 | |
parent | ppc: move more files to hw/ppc (diff) | |
download | qemu-7a2771d1541ec9a0c585e9b853e5f4dc036919ad.tar.gz qemu-7a2771d1541ec9a0c585e9b853e5f4dc036919ad.tar.xz qemu-7a2771d1541ec9a0c585e9b853e5f4dc036919ad.zip |
sh: move files referencing CPU to hw/sh4/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | hw/sh4/Makefile.objs | 4 | ||||
-rw-r--r-- | hw/sh4/sh7750.c (renamed from hw/sh7750.c) | 0 | ||||
-rw-r--r-- | hw/sh4/sh7750_regnames.c (renamed from hw/sh7750_regnames.c) | 0 |
3 files changed, 3 insertions, 1 deletions
diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index b2e1f1e044..72b6a1fcb4 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 index 6778c94f8e..6778c94f8e 100644 --- a/hw/sh7750.c +++ b/hw/sh4/sh7750.c diff --git a/hw/sh7750_regnames.c b/hw/sh4/sh7750_regnames.c index 389698d24a..389698d24a 100644 --- a/hw/sh7750_regnames.c +++ b/hw/sh4/sh7750_regnames.c |