summaryrefslogtreecommitdiffstats
path: root/kernel/arch/h8300/boot/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/h8300/boot/dts/Makefile')
-rw-r--r--kernel/arch/h8300/boot/dts/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/kernel/arch/h8300/boot/dts/Makefile b/kernel/arch/h8300/boot/dts/Makefile
new file mode 100644
index 000000000..6c08467c6
--- /dev/null
+++ b/kernel/arch/h8300/boot/dts/Makefile
@@ -0,0 +1,15 @@
+ifneq '$(CONFIG_H8300_BUILTIN_DTB)' '""'
+BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_H8300_BUILTIN_DTB)).dtb.o
+endif
+
+obj-y += $(BUILTIN_DTB)
+
+dtb-$(CONFIG_H8300H_SIM) := h8300h_sim.dtb
+dtb-$(CONFIG_H8S_SIM) := h8s_sim.dtb
+dtb-$(CONFIG_H8S_EDOSK2674) := edosk2674.dtb
+
+dtstree := $(srctree)/$(src)
+dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
+
+always := $(dtb-y)
+clean-files := *.dtb.S *.dtb