summaryrefslogtreecommitdiff
path: root/board/renesas/koelsch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/renesas/koelsch/Makefile')
-rw-r--r--board/renesas/koelsch/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/renesas/koelsch/Makefile b/board/renesas/koelsch/Makefile
index 15f111c504..77cf067406 100644
--- a/board/renesas/koelsch/Makefile
+++ b/board/renesas/koelsch/Makefile
@@ -6,4 +6,8 @@
# SPDX-License-Identifier: GPL-2.0
#
-obj-y := koelsch.o qos.o ../rcar-common/common.o
+ifdef CONFIG_SPL_BUILD
+obj-y := koelsch_spl.o
+else
+obj-y := koelsch.o qos.o
+endif