aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/compulab/cm_t43/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/compulab/cm_t43/Makefile')
-rw-r--r--roms/u-boot/board/compulab/cm_t43/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/board/compulab/cm_t43/Makefile b/roms/u-boot/board/compulab/cm_t43/Makefile
new file mode 100644
index 000000000..6fa231a04
--- /dev/null
+++ b/roms/u-boot/board/compulab/cm_t43/Makefile
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Makefile
+#
+# Copyright (C) 2015 Compulab, Ltd.
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o mux.o
+else
+obj-y += cm_t43.o mux.o
+endif