Merge branch '2019-05-19-master-imports'
[oweals/u-boot.git] / Makefile
index 059978bfe683ad000b83fc56096f8b71eb8397bf..6eb08a57247e6f23ec25c377d26fa48af7ebc295 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1071,7 +1071,7 @@ ifneq ($(EXT_DTB),)
 u-boot-fit-dtb.bin: u-boot-nodtb.bin $(EXT_DTB)
                $(call if_changed,cat)
 else
-u-boot-fit-dtb.bin: u-boot-nodtb.bin $(FINAL_DTB_CONTAINER)
+u-boot-fit-dtb.bin: u-boot-nodtb.bin fit-dtb.blob $(FINAL_DTB_CONTAINER)
        $(call if_changed,cat)
 endif