Revision 3f0855b1 Makefile.target

b/Makefile.target
513 513
CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE
514 514
endif
515 515

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

  
......
541 541

  
542 542
obj-microblaze-y += pflash_cfi02.o
543 543

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

  

Also available in: Unified diff