Revision b41af4ba Makefile.target

b/Makefile.target
514 514
endif
515 515

  
516 516
obj-ppc-$(CONFIG_FDT) += device_tree.o
517
ifdef FDT_LIBS
518 517
LIBS+= $(FDT_LIBS)
519
endif
520 518

  
521 519
obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
522 520
obj-mips-y += mips_timer.o mips_int.o dma.o vga.o serial.o i8254.o i8259.o rc4030.o
......
542 540
obj-microblaze-y += pflash_cfi02.o
543 541

  
544 542
obj-microblaze-$(CONFIG_FDT) += device_tree.o
545
ifdef FDT_LIBS
546 543
LIBS+= $(FDT_LIBS)
547
endif
548 544

  
549 545
# Boards
550 546
obj-cris-y = cris_pic_cpu.o etraxfs.o axis_dev88.o

Also available in: Unified diff