summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/board/samsung/arndale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/board/samsung/arndale/Makefile')
-rw-r--r--qemu/roms/u-boot/board/samsung/arndale/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/samsung/arndale/Makefile b/qemu/roms/u-boot/board/samsung/arndale/Makefile
new file mode 100644
index 000000000..be2b3662a
--- /dev/null
+++ b/qemu/roms/u-boot/board/samsung/arndale/Makefile
@@ -0,0 +1,11 @@
+#
+# Copyright (C) 2013 Samsung Electronics
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += arndale_spl.o
+
+ifndef CONFIG_SPL_BUILD
+obj-y += arndale.o
+endif