diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 08:35:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-23 08:35:19 +0000 |
commit | 9daea9067aae3e324f14c6b139621c10683fc550 (patch) | |
tree | 71e79618591133a6473734e1eb820e8f5d9766ae /Makefile.target | |
parent | fd88b6abab9a4425505b292b5fedbad31d0dfe4f (diff) |
Add more cpu.h dependencies.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2850 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index e5b3ecc057..65a4882bc3 100644 --- a/Makefile.target +++ b/Makefile.target @@ -610,8 +610,8 @@ endif ifeq ($(TARGET_BASE_ARCH), mips) helper.o: cpu.h exec-all.h -op.o: op_template.c fop_template.c op_mem.c exec.h -op_helper.o: op_helper_mem.c exec.h softmmu_template.h +op.o: op_template.c fop_template.c op_mem.c exec.h cpu.h +op_helper.o: op_helper_mem.c exec.h softmmu_template.h cpu.h translate.o: translate_init.c exec-all.h disas.h endif |