aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/sh/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/sh/dts/Makefile')
-rw-r--r--roms/u-boot/arch/sh/dts/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/arch/sh/dts/Makefile b/roms/u-boot/arch/sh/dts/Makefile
new file mode 100644
index 000000000..e423bfd56
--- /dev/null
+++ b/roms/u-boot/arch/sh/dts/Makefile
@@ -0,0 +1,12 @@
+dtb-y += sh7751-r2dplus.dtb
+
+targets += $(dtb-y)
+
+# Add any required device tree compiler flags here
+DTC_FLAGS +=
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb *_HS