summaryrefslogtreecommitdiffstats
path: root/board/freescale/b4860qds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/b4860qds/Makefile')
-rw-r--r--board/freescale/b4860qds/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/board/freescale/b4860qds/Makefile b/board/freescale/b4860qds/Makefile
index e5cc054a01..0acd2a9aa4 100644
--- a/board/freescale/b4860qds/Makefile
+++ b/board/freescale/b4860qds/Makefile
@@ -4,9 +4,14 @@
# SPDX-License-Identifier: GPL-2.0+
#
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+else
obj-y += b4860qds.o
-obj-y += ddr.o
obj-$(CONFIG_B4860QDS)+= eth_b4860qds.o
-obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_PCI) += pci.o
+endif
+
+obj-y += ddr.o
obj-y += law.o
obj-y += tlb.o
OpenPOWER on IntegriCloud