From 54e096c35f50306338a9a848bc94cf8669c71061 Mon Sep 17 00:00:00 2001 From: misson20000 Date: Sat, 6 Apr 2019 15:09:04 -0700 Subject: [PATCH] sept: use python2 in Makefile --- sept/sept-secondary/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sept/sept-secondary/Makefile b/sept/sept-secondary/Makefile index fbbcac1a3..c10542f33 100644 --- a/sept/sept-secondary/Makefile +++ b/sept/sept-secondary/Makefile @@ -153,7 +153,7 @@ DEPENDS := $(OFILES:.o=.d) all : $(OUTPUT).enc $(OUTPUT).enc : $(OUTPUT).bin - @python $(TOPDIR)/sept_sign.py $< $@ + @python2 $(TOPDIR)/sept_sign.py $< $@ @echo built ... $(notdir $@) $(OUTPUT).bin : $(OUTPUT).elf