mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue