mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Update Sparc dependencies
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2912 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c13af1ef6c
commit
0aac653cdd
1 changed files with 4 additions and 2 deletions
|
@ -602,8 +602,10 @@ pl110.o: pl110_template.h
|
|||
endif
|
||||
|
||||
ifeq ($(TARGET_BASE_ARCH), sparc)
|
||||
op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h
|
||||
magic_load.o: elf_op.h
|
||||
helper.o: cpu.h exec-all.h
|
||||
op.o: op.c op_template.h op_mem.h fop_template.h fbranch_template.h exec.h cpu.h
|
||||
op_helper.o: exec.h softmmu_template.h cpu.h
|
||||
translate.o: cpu.h exec-all.h disas.h
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_BASE_ARCH), ppc)
|
||||
|
|
Loading…
Reference in a new issue