sept: use python2 in Makefile

This commit is contained in:
misson20000 2019-04-06 15:09:04 -07:00
parent 1671c04e24
commit 54e096c35f

View File

@ -153,7 +153,7 @@ DEPENDS := $(OFILES:.o=.d)
all : $(OUTPUT).enc all : $(OUTPUT).enc
$(OUTPUT).enc : $(OUTPUT).bin $(OUTPUT).enc : $(OUTPUT).bin
@python $(TOPDIR)/sept_sign.py $< $@ @python2 $(TOPDIR)/sept_sign.py $< $@
@echo built ... $(notdir $@) @echo built ... $(notdir $@)
$(OUTPUT).bin : $(OUTPUT).elf $(OUTPUT).bin : $(OUTPUT).elf