diff options
Diffstat (limited to 'dts/Makefile')
-rw-r--r-- | dts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dts/Makefile b/dts/Makefile index f344efe..d3122aa 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -12,8 +12,8 @@ ifeq ($(DEVICE_TREE),) DEVICE_TREE := unset endif -ifneq ($(DEV_TREE_BIN),) -DTB := $(DEV_TREE_BIN) +ifneq ($(EXT_DTB),) +DTB := $(EXT_DTB) else DTB := arch/$(ARCH)/dts/$(DEVICE_TREE).dtb endif |