Revision bf6247fb Makefile.target

b/Makefile.target
185 185
# cpu emulator library
186 186
LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
187 187
        translate.o host-utils.o
188
ifndef CONFIG_NO_DYNGEN_OP
188
ifdef CONFIG_DYNGEN_OP
189 189
LIBOBJS+=op.o
190 190
endif
191 191
# TCG code generator
......
287 287

  
288 288
# libqemu
289 289

  
290
ifndef CONFIG_NO_DYNGEN_OP
290
ifdef CONFIG_DYNGEN_OP
291 291
OPC_H = gen-op.h dyngen-opc.h op.h
292 292
endif
293 293

  

Also available in: Unified diff