]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Makefile
FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
[people/ms/u-boot.git] / Makefile
index b9dcbe110fd12779d9aca4e249629bfda05afcae..89fea72e08fe2c883b342abfb331c8fa927344c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -236,6 +236,10 @@ LIBS += drivers/qe/qe.a
 endif
 ifeq ($(CPU),mpc85xx)
 LIBS += drivers/qe/qe.a
+LIBS += cpu/mpc8xxx/ddr/libddr.a
+endif
+ifeq ($(CPU),mpc86xx)
+LIBS += cpu/mpc8xxx/ddr/libddr.a
 endif
 LIBS += drivers/rtc/librtc.a
 LIBS += drivers/serial/libserial.a