]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/c29xpcie/Makefile
Merge git://git.denx.de/u-boot-spi
[u-boot] / board / freescale / c29xpcie / Makefile
index 818484a57dc8ca49b1887340b8e7504054ef0a70..93b3cba03181dd4a098b0d723523a5abce247a43 100644 (file)
@@ -11,15 +11,15 @@ endif
 endif
 
 ifdef MINIMAL
-obj-y  += spl_minimal.o tlb.o law.o
+obj-y  += spl_minimal.o
 else
 ifdef CONFIG_SPL_BUILD
 obj-y  += spl.o
 endif
-
 obj-y  += c29xpcie.o
 obj-y  += cpld.o
 obj-y  += ddr.o
+endif
+
 obj-y  += law.o
 obj-y  += tlb.o
-endif