aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/schulercontrol/sc_sps_1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/schulercontrol/sc_sps_1/Makefile')
-rw-r--r--roms/u-boot/board/schulercontrol/sc_sps_1/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/board/schulercontrol/sc_sps_1/Makefile b/roms/u-boot/board/schulercontrol/sc_sps_1/Makefile
new file mode 100644
index 00000000..df72fc9f
--- /dev/null
+++ b/roms/u-boot/board/schulercontrol/sc_sps_1/Makefile
@@ -0,0 +1,12 @@
+#
+# (C) Copyright 2000-2012
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifndef CONFIG_SPL_BUILD
+obj-y := sc_sps_1.o
+else
+obj-y := spl_boot.o
+endif