Commit 9daea9067aae3e324f14c6b139621c10683fc550
1 parent
fd88b6ab
Add more cpu.h dependencies.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2850 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile.target
| @@ -610,8 +610,8 @@ endif | @@ -610,8 +610,8 @@ endif | ||
| 610 | 610 | ||
| 611 | ifeq ($(TARGET_BASE_ARCH), mips) | 611 | ifeq ($(TARGET_BASE_ARCH), mips) |
| 612 | helper.o: cpu.h exec-all.h | 612 | helper.o: cpu.h exec-all.h |
| 613 | -op.o: op_template.c fop_template.c op_mem.c exec.h | ||
| 614 | -op_helper.o: op_helper_mem.c exec.h softmmu_template.h | 613 | +op.o: op_template.c fop_template.c op_mem.c exec.h cpu.h |
| 614 | +op_helper.o: op_helper_mem.c exec.h softmmu_template.h cpu.h | ||
| 615 | translate.o: translate_init.c exec-all.h disas.h | 615 | translate.o: translate_init.c exec-all.h disas.h |
| 616 | endif | 616 | endif |
| 617 | 617 |