commit | 6578bae88ffb1e0d375a7a0963f3b37d9990e125 | [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 | 2dce41e683b1cc08bf444272cb7ddd989eed491d [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