aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/lantiq/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lantiq/dts/Makefile')
-rw-r--r--arch/mips/lantiq/dts/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/lantiq/dts/Makefile b/arch/mips/lantiq/dts/Makefile
new file mode 100644
index 000000000000..674fca45f72d
--- /dev/null
+++ b/arch/mips/lantiq/dts/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_DT_EASY50712) := easy50712.dtb.o
+
+$(obj)/%.dtb: $(obj)/%.dts
+ $(call if_changed,dtc)