summaryrefslogtreecommitdiffstats
path: root/board/spear/x600/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/spear/x600/Makefile')
-rw-r--r--board/spear/x600/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/spear/x600/Makefile b/board/spear/x600/Makefile
index f9053feec3..18d3dd2e6f 100644
--- a/board/spear/x600/Makefile
+++ b/board/spear/x600/Makefile
@@ -5,6 +5,9 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifndef CONFIG_SPL_BUILD
+ifdef CONFIG_SPL_BUILD
+# necessary to create built-in.o
+obj- := __dummy__.o
+else
obj-y := fpga.o x600.o
endif
OpenPOWER on IntegriCloud