mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 09:04:39 -07: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…
Add table
Add a link
Reference in a new issue