Merge pull request #10492 from jcarrano/mcuboot-builddeps-fix

mcuboot.mk: Add mcuboot targets to BUILDDEPS.
This commit is contained in:
Gaëtan Harter 2018-12-05 17:35:39 +01:00 committed by GitHub
commit fb65d37b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ MCUBOOT_BIN_MD5 ?= 0c71a0589bd3709fc2d90f07a0035ce7
export IMAGE_HDR_SIZE ?= 512
$(MCUBOOT_KEYFILE) $(MCUBOOT_BIN): $(filter clean, $(MAKECMDGOALS))
mcuboot-create-key: $(MCUBOOT_KEYFILE)
ifeq ($(BINDIR)/key.pem,$(MCUBOOT_KEYFILE))