]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Makefile
Merge branch 'tx53-bugfix'
[karo-tx-uboot.git] / dts / Makefile
index 3fca5f5c2f5df968b9b924c97d873a478ca222a7..d3122aa3b96eeaa8820300060c958bcb5cf1d6dd 100644 (file)
@@ -12,7 +12,11 @@ ifeq ($(DEVICE_TREE),)
 DEVICE_TREE := unset
 endif
 
+ifneq ($(EXT_DTB),)
+DTB := $(EXT_DTB)
+else
 DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb
+endif
 
 $(obj)/dt.dtb: $(DTB) FORCE
        $(call if_changed,shipped)