summaryrefslogtreecommitdiffstats
path: root/board/freescale/c29xpcie/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/c29xpcie/Makefile')
-rw-r--r--board/freescale/c29xpcie/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/c29xpcie/Makefile b/board/freescale/c29xpcie/Makefile
index 818484a57d..93b3cba031 100644
--- a/board/freescale/c29xpcie/Makefile
+++ b/board/freescale/c29xpcie/Makefile
@@ -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
OpenPOWER on IntegriCloud