X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=dts%2FMakefile;h=d3122aa3b96eeaa8820300060c958bcb5cf1d6dd;hb=2738948a05a30e8033129a82a0a63695e639fc78;hp=3fca5f5c2f5df968b9b924c97d873a478ca222a7;hpb=3e1fa221f94b7ae3389d166882b77f1da5895f22;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)