Revision 0633879f Makefile.target

b/Makefile.target
308 308
endif
309 309

  
310 310
ifeq ($(TARGET_BASE_ARCH), m68k)
311
LIBOBJS+= helper.o
311
LIBOBJS+= op_helper.o helper.o
312 312
endif
313 313

  
314 314
ifeq ($(TARGET_BASE_ARCH), alpha)
......
466 466
ifeq ($(TARGET_BASE_ARCH), sh4)
467 467
VL_OBJS+= shix.o sh7750.o sh7750_regnames.o tc58128.o
468 468
endif
469
ifeq ($(TARGET_BASE_ARCH), m68k)
470
VL_OBJS+= an5206.o mcf5206.o ptimer.o
471
endif
469 472
ifdef CONFIG_GDBSTUB
470 473
VL_OBJS+=gdbstub.o 
471 474
endif

Also available in: Unified diff