summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-05-28 08:00:14 +0000
committerKumar Gala <galak@kernel.crashing.org>2010-07-16 10:55:07 -0500
commit5d0c3b57b2c6dc58c4626b036b1cc767619b19f4 (patch)
tree3b5d69482374c033668a164033e3f2abe9a6e6eb /Makefile
parentd6f324d03d7829a1da1dee8b60f91b173a3976f0 (diff)
downloadtalos-obmc-uboot-5d0c3b57b2c6dc58c4626b036b1cc767619b19f4.tar.gz
talos-obmc-uboot-5d0c3b57b2c6dc58c4626b036b1cc767619b19f4.zip
fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c
Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c4e3a4480..cd83ba76fb 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ LIBS += drivers/power/libpower.a
LIBS += drivers/spi/libspi.a
ifeq ($(CPU),mpc83xx)
LIBS += drivers/qe/qe.a
+LIBS += arch/powerpc/cpu/mpc8xxx/lib8xxx.a
endif
ifeq ($(CPU),mpc85xx)
LIBS += drivers/qe/qe.a
OpenPOWER on IntegriCloud