diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index bb1f3e53c2..23134f5d66 100644 --- a/Makefile.target +++ b/Makefile.target @@ -185,7 +185,7 @@ all: $(PROGS) # cpu emulator library LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\ translate.o host-utils.o -ifndef CONFIG_NO_DYNGEN_OP +ifdef CONFIG_DYNGEN_OP LIBOBJS+=op.o endif # TCG code generator @@ -287,7 +287,7 @@ endif # libqemu -ifndef CONFIG_NO_DYNGEN_OP +ifdef CONFIG_DYNGEN_OP OPC_H = gen-op.h dyngen-opc.h op.h endif |