diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-27 21:32:09 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-04-27 21:32:09 +0000 |
commit | 27c7ca7e7750063f6e83e4d126bbd4de2d83f79e (patch) | |
tree | 39df4cddd799e11c9a527f529855c89f072b1d8c /Makefile.target | |
parent | fdf9b3e831e8e6b5ceb2a44c742da7d1ab558242 (diff) |
SHIX board emulation (Samuel Tardieu)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1862 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.target b/Makefile.target index 6c2bd35cd0..751edc858b 100644 --- a/Makefile.target +++ b/Makefile.target @@ -476,10 +476,10 @@ ifeq ($(TARGET_ARCH), sh4) op.o: op.c op_mem.c cpu.h op_helper.o: op_helper.c exec.h cpu.h helper.o: helper.c exec.h cpu.h -sh7750.o: sh7750.c sh7750.h sh7750_regs.h sh7750_regnames.h cpu.h -shix.o: shix.c sh7750.h sh7750_regs.h sh7750_regnames.h tc58128.h +sh7750.o: sh7750.c sh7750_regs.h sh7750_regnames.h cpu.h +shix.o: shix.c sh7750_regs.h sh7750_regnames.h sh7750_regnames.o: sh7750_regnames.c sh7750_regnames.h sh7750_regs.h -tc58128.o: tc58128.c tc58128.h sh7750.h +tc58128.o: tc58128.c endif %.o: %.c |