aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/boot/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--arch/loongarch/boot/dts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/loongarch/boot/dts/Makefile b/arch/loongarch/boot/dts/Makefile
new file mode 100644
index 000000000000..5f1f55e911ad
--- /dev/null
+++ b/arch/loongarch/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))