summaryrefslogtreecommitdiffstats
path: root/arch/riscv/boot/dts/sifive/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/boot/dts/sifive/Makefile')
-rw-r--r--arch/riscv/boot/dts/sifive/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/sifive/Makefile b/arch/riscv/boot/dts/sifive/Makefile
new file mode 100644
index 0000000000..6a5fbd4ed9
--- /dev/null
+++ b/arch/riscv/boot/dts/sifive/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
+dtb-$(CONFIG_ARCH_SIFIVE) += hifive-unleashed-a00.dtb \
+ hifive-unmatched-a00.dtb
+obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))