ARM: rmobile: Update M2 Koelsch
[platform/kernel/u-boot.git] / board / renesas / koelsch / Makefile
index 15f111c..77cf067 100644 (file)
@@ -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