mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 19:33:39 +08:00
Add more cpu.h dependencies.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2850 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
fd88b6abab
commit
9daea9067a
@ -610,8 +610,8 @@ endif
|
||||
|
||||
ifeq ($(TARGET_BASE_ARCH), mips)
|
||||
helper.o: cpu.h exec-all.h
|
||||
op.o: op_template.c fop_template.c op_mem.c exec.h
|
||||
op_helper.o: op_helper_mem.c exec.h softmmu_template.h
|
||||
op.o: op_template.c fop_template.c op_mem.c exec.h cpu.h
|
||||
op_helper.o: op_helper_mem.c exec.h softmmu_template.h cpu.h
|
||||
translate.o: translate_init.c exec-all.h disas.h
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user