summaryrefslogtreecommitdiffstats
path: root/arch/csky/boot/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/boot/dts/Makefile')
-rw-r--r--arch/csky/boot/dts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/csky/boot/dts/Makefile b/arch/csky/boot/dts/Makefile
new file mode 100644
index 000000000..5f1f55e91
--- /dev/null
+++ b/arch/csky/boot/dts/Makefile
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
+dtstree := $(srctree)/$(src)
+
+dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))