]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8xxx/Makefile
ppc/85xx/86xx: Device tree fixup for number of cores
[karo-tx-uboot.git] / cpu / mpc8xxx / Makefile
index 5cb6814403d1c8a4504625941a795188633b7807..481f9e541dcfbcf1b9dd37cd71909e9dc09ab84f 100644 (file)
@@ -11,6 +11,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib8xxx.a
 
 COBJS-y        += cpu.o
+COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
 COBJS-$(CONFIG_PCI)    += pci_cfg.o
 
 SRCS   := $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)