Revision 72b675ca Makefile.target

b/Makefile.target
185 185
ifeq ($(findstring ppc, $(TARGET_BASE_ARCH) $(ARCH)),ppc)
186 186
LIBOBJS+=ppc-dis.o
187 187
endif
188
ifeq ($(findstring microblaze, $(TARGET_BASE_ARCH) $(ARCH)),microblaze)
189
LIBOBJS+=microblaze-dis.o
190
ifndef CONFIG_USER_ONLY
191
LIBOBJS+= mmu.o
192
endif
193
endif
188 194
ifeq ($(findstring mips, $(TARGET_BASE_ARCH) $(ARCH)),mips)
189 195
LIBOBJS+=mips-dis.o
190 196
endif
......
608 614
OBJS+= vmware_vga.o
609 615
CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
610 616
endif
617
ifeq ($(TARGET_BASE_ARCH), microblaze)
618
OBJS+= petalogix_s3adsp1800_mmu.o
619

  
620
OBJS+= microblaze_pic_cpu.o
621
OBJS+= xilinx_intc.o
622
OBJS+= xilinx_timer.o
623
OBJS+= xilinx_uartlite.o
624
OBJS+= xilinx_ethlite.o
625

  
626
OBJS+= pflash_cfi02.o
627
ifdef FDT_LIBS
628
OBJS+= device_tree.o
629
LIBS+= $(FDT_LIBS)
630
endif
631
endif
611 632
ifeq ($(TARGET_BASE_ARCH), cris)
612 633
# Boards
613 634
OBJS+= cris_pic_cpu.o etraxfs.o axis_dev88.o

Also available in: Unified diff