mirror of https://gitee.com/openkylin/qemu.git
Fix parallel builds for dyngen, by Jason Wessel.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4549 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
91a3c1b00d
commit
48ffabc6f9
|
@ -186,6 +186,7 @@ all: $(PROGS)
|
|||
LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
|
||||
translate.o host-utils.o
|
||||
ifdef CONFIG_DYNGEN_OP
|
||||
exec.o: dyngen-opc.h
|
||||
LIBOBJS+=op.o
|
||||
endif
|
||||
# TCG code generator
|
||||
|
|
Loading…
Reference in New Issue