aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/vpac270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/vpac270/Makefile')
-rw-r--r--roms/u-boot/board/vpac270/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/vpac270/Makefile b/roms/u-boot/board/vpac270/Makefile
new file mode 100644
index 00000000..ad7f7d8d
--- /dev/null
+++ b/roms/u-boot/board/vpac270/Makefile
@@ -0,0 +1,13 @@
+#
+# Voipac PXA270 Support
+#
+# Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+ifndef CONFIG_SPL_BUILD
+obj-y := vpac270.o
+else
+obj-y := onenand.o
+endif