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
@ -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…
Reference in New Issue
Block a user