From a72560cbae7d7885e646728b6f63a093c3008145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20D=C3=ADaz?= Date: Fri, 22 Feb 2019 20:38:02 +0100 Subject: [PATCH] Fix sept-secondary build when using prebuild sept-secondary.enc --- sept/sept-secondary/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index e5361512d..5c04ee70c 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -124,6 +124,7 @@ ifeq ($(strip $(SEPT_ENC_PATH)),) @[ -d $@ ] || mkdir -p $@ @$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile else + @touch $(TOPDIR)/sept-secondary.bin @cp $(SEPT_ENC_PATH) $(TOPDIR)/sept-secondary.enc endif