Revision e6e5906b Makefile.target

b/Makefile.target
197 197
nwfpe/fpa11_cpdt.o nwfpe/fpa11_cprt.o nwfpe/fpopcode.o nwfpe/single_cpdo.o \
198 198
 nwfpe/double_cpdo.o nwfpe/extended_cpdo.o arm-semi.o
199 199
endif
200
ifeq ($(TARGET_ARCH), m68k)
201
OBJS+= m68k-sim.o m68k-semi.o
202
endif
200 203
SRCS:= $(OBJS:.o=.c)
201 204
OBJS+= libqemu.a
202 205

  
......
241 244
LIBOBJS+= op_helper.o helper.o
242 245
endif
243 246

  
247
ifeq ($(TARGET_BASE_ARCH), m68k)
248
LIBOBJS+= helper.o
249
endif
250

  
244 251
# NOTE: the disassembler code is only needed for debugging
245 252
LIBOBJS+=disas.o 
246 253
ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)

Also available in: Unified diff