summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74c0468661..5e3d566ee5 100644
--- a/Makefile
+++ b/Makefile
@@ -388,6 +388,10 @@ $(obj)u-boot.dtb: $(obj)u-boot
$(MAKE) -C dts binary
mv $(obj)dts/dt.dtb $@
+ifdef DEV_TREE_SEPARATE
+all: $(obj)u-boot.dtb
+endif
+
$(obj)u-boot.hex: $(obj)u-boot
$(OBJCOPY) ${OBJCFLAGS} -O ihex $< $@