X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=dts%2FMakefile;h=d3122aa3b96eeaa8820300060c958bcb5cf1d6dd;hb=0ee1a22b6dbf30158718ab59f294bf1103f63121;hp=3fca5f5c2f5df968b9b924c97d873a478ca222a7;hpb=55e8250bd3cfd996d1caa04f520160a89ec04754;p=u-boot diff --git a/dts/Makefile b/dts/Makefile index 3fca5f5c2f..d3122aa3b9 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -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)