Commit 0aac653cdda6a2be1998119d5346a43ce1ac6270
1 parent
c13af1ef
Update Sparc dependencies
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2912 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
2 deletions
Makefile.target
... | ... | @@ -602,8 +602,10 @@ pl110.o: pl110_template.h |
602 | 602 | endif |
603 | 603 | |
604 | 604 | ifeq ($(TARGET_BASE_ARCH), sparc) |
605 | -op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h | |
606 | -magic_load.o: elf_op.h | |
605 | +helper.o: cpu.h exec-all.h | |
606 | +op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h exec.h cpu.h | |
607 | +op_helper.o: exec.h softmmu_template.h cpu.h | |
608 | +translate.o: cpu.h exec-all.h disas.h | |
607 | 609 | endif |
608 | 610 | |
609 | 611 | ifeq ($(TARGET_BASE_ARCH), ppc) | ... | ... |