Fix sept-secondary build when using prebuild sept-secondary.enc (#371)

This commit is contained in:
Pedro Diaz 2019-02-23 03:57:27 +01:00 committed by SciresM
parent 1970a52fc9
commit dcf44e406e

View file

@ -124,6 +124,7 @@ ifeq ($(strip $(SEPT_ENC_PATH)),)
@[ -d $@ ] || mkdir -p $@ @[ -d $@ ] || mkdir -p $@
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
else else
@touch $(TOPDIR)/sept-secondary.bin
@cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc @cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc
endif endif