]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
[karo-tx-uboot.git] / Makefile
index 15866e881ee44024da31a2fa0e61c539327d635a..c24df6b0faaa02729539c5010f6f31b7dcac8732 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -229,10 +229,12 @@ endif
 ifeq ($(CPU),mpc85xx)
 LIBS += drivers/qe/qe.a
 LIBS += cpu/mpc8xxx/ddr/libddr.a
+LIBS += cpu/mpc8xxx/lib8xxx.a
 TAG_SUBDIRS += cpu/mpc8xxx
 endif
 ifeq ($(CPU),mpc86xx)
 LIBS += cpu/mpc8xxx/ddr/libddr.a
+LIBS += cpu/mpc8xxx/lib8xxx.a
 TAG_SUBDIRS += cpu/mpc8xxx
 endif
 LIBS += drivers/rtc/librtc.a