target/linux/*/image/Makefile: use new dts path variable
[lede-git/.git] / target / linux / bcm53xx / image / Makefile
index 13f26f450919fc7428a6b9fded8a4ba0617688cf..61bc39cfd64493aea6178aa4c6fb34eb5533f79c 100644 (file)
@@ -43,7 +43,7 @@ endef
 define Image/Build/DTB
        rm -f $(KDIR)/$(1)-$(2).lzma
        rm -f $(KDIR)/$(1)-$(2).dts
-       cat $(KDIR)/$(1) $(LINUX_DIR)/arch/$(ARCH)/boot/dts/$(2).dtb > $(KDIR)/$(1)-$(2).dts;
+       cat $(KDIR)/$(1) $(DTS_DIR)/$(2).dtb > $(KDIR)/$(1)-$(2).dts;
        $(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/$(1)-$(2).dts $(KDIR)/$(1)-$(2).lzma -d16
 endef