mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-26 23:17:23 -07:00
Fix PowerPC target objects dependencies
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3263 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8bb1f9c51c
commit
47c4d8f06b
1 changed files with 2 additions and 2 deletions
|
|
@ -624,8 +624,8 @@ translate.o: cpu.h exec-all.h disas.h
|
|||
endif
|
||||
|
||||
ifeq ($(TARGET_BASE_ARCH), ppc)
|
||||
op.o: op.c op_template.h op_mem.h
|
||||
op_helper.o: op_helper_mem.h
|
||||
op.o: op.c op_template.h op_mem.h op_helper.h
|
||||
op_helper.o: op_helper.c mfrom_table.c op_helper_mem.h op_helper.h
|
||||
translate.o: translate.c translate_init.c
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue