Revision 2d6ebb0c Makefile.target

b/Makefile.target
131 131

  
132 132
#########################################################
133 133
# cpu emulator library
134
LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
134
LIBOBJS=exec.o translate-all.o cpu-exec.o\
135 135
        translate.o host-utils.o
136
ifdef CONFIG_KQEMU
137
LIBOBJS+= kqemu.o
138
endif
136 139
# TCG code generator
137 140
LIBOBJS+= tcg/tcg.o tcg/tcg-runtime.o
138 141
CPPFLAGS+=-I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/$(ARCH)

Also available in: Unified diff