From cf2be98437dc65eb1608b3dc0ec3aeefd88661ed Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Fri, 21 Mar 2008 18:03:09 +0000 Subject: Prepare for op.c removal and zero legacy ops git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4095 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile.target | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 9c83733345..5ac29a7d82 100644 --- a/Makefile.target +++ b/Makefile.target @@ -173,7 +173,10 @@ all: $(PROGS) ######################################################### # cpu emulator library LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\ - translate.o op.o host-utils.o + translate.o host-utils.o +ifndef CONFIG_NO_DYNGEN_OP +LIBOBJS+=op.o +endif # TCG code generator LIBOBJS+= tcg/tcg.o tcg/tcg-dyngen.o tcg/tcg-runtime.o CPPFLAGS+=-I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/$(ARCH) @@ -270,7 +273,9 @@ endif # libqemu +ifndef CONFIG_NO_DYNGEN_OP OPC_H = gen-op.h dyngen-opc.h op.h +endif libqemu.a: $(LIBOBJS) rm -f $@ -- cgit v1.2.3