From 5d0c3b57b2c6dc58c4626b036b1cc767619b19f4 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Fri, 28 May 2010 08:00:14 +0000 Subject: fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c Signed-off-by: Kim Phillips Signed-off-by: Kumar Gala --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1