summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mpc8xxx/Makefile')
-rw-r--r--cpu/mpc8xxx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc8xxx/Makefile b/cpu/mpc8xxx/Makefile
index 5cb6814403..481f9e541d 100644
--- a/cpu/mpc8xxx/Makefile
+++ b/cpu/mpc8xxx/Makefile
@@ -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)
OpenPOWER on IntegriCloud