]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/aries/m28evk/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / board / aries / m28evk / Makefile
diff --git a/board/aries/m28evk/Makefile b/board/aries/m28evk/Makefile
new file mode 100644 (file)
index 0000000..5e890b1
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+ifndef CONFIG_SPL_BUILD
+obj-y  := m28evk.o
+else
+obj-y  := spl_boot.o
+endif