aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/sifive/unleashed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/sifive/unleashed/Makefile')
-rw-r--r--roms/u-boot/board/sifive/unleashed/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/board/sifive/unleashed/Makefile b/roms/u-boot/board/sifive/unleashed/Makefile
new file mode 100644
index 000000000..5821679dd
--- /dev/null
+++ b/roms/u-boot/board/sifive/unleashed/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (c) 2019 Western Digital Corporation or its affiliates.
+
+obj-y += unleashed.o
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+endif