summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dts/Makefile')
-rw-r--r--arch/mips/dts/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/dts/Makefile b/arch/mips/dts/Makefile
new file mode 100644
index 0000000000..47b6eb50c3
--- /dev/null
+++ b/arch/mips/dts/Makefile
@@ -0,0 +1,16 @@
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+dtb-y +=
+
+targets += $(dtb-y)
+
+# Add any required device tree compiler flags here
+DTC_FLAGS +=
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb
OpenPOWER on IntegriCloud