Revision e7daa605 Makefile.target

b/Makefile.target
324 324
LIBOBJS+= op_helper.o helper.o alpha_palcode.o
325 325
endif
326 326

  
327
ifeq ($(TARGET_BASE_ARCH), cris)
328
LIBOBJS+= op_helper.o helper.o
329
LIBOBJS+= cris-dis.o
330

  
331
ifndef CONFIG_USER_ONLY
332
LIBOBJS+= mmu.o
333
endif
334
endif
335

  
327 336
# NOTE: the disassembler code is only needed for debugging
328 337
LIBOBJS+=disas.o
329 338
ifeq ($(findstring i386, $(TARGET_ARCH) $(ARCH)),i386)
......
461 470
VL_OBJS+= piix_pci.o smbus_eeprom.o parallel.o mixeng.o cirrus_vga.o $(SOUND_HW) $(AUDIODRV)
462 471
CPPFLAGS += -DHAS_AUDIO
463 472
endif
473
ifeq ($(TARGET_BASE_ARCH), cris)
474
VL_OBJS+= etraxfs.o
475
VL_OBJS+= ptimer.o
476
VL_OBJS+= etraxfs_timer.o
477
VL_OBJS+= etraxfs_ser.o
478
endif
464 479
ifeq ($(TARGET_BASE_ARCH), sparc)
465 480
ifeq ($(TARGET_ARCH), sparc64)
466 481
VL_OBJS+= sun4u.o ide.o pckbd.o ps2.o vga.o apb_pci.o

Also available in: Unified diff