commit | 5d0c3b57b2c6dc58c4626b036b1cc767619b19f4 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Fri May 28 08:00:14 2010 +0000 |
committer | Kumar Gala <galak@kernel.crashing.org> | Fri Jul 16 10:55:07 2010 -0500 |
tree | 3b5d69482374c033668a164033e3f2abe9a6e6eb | |
parent | d6f324d03d7829a1da1dee8b60f91b173a3976f0 [diff] [blame] |
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>
diff --git a/Makefile b/Makefile index 9c4e3a4..cd83ba7 100644 --- a/Makefile +++ b/Makefile
@@ -221,6 +221,7 @@ 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