From bcaacc8fa55d12015063ca1e1f527f6684b222d6 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 26 Mar 2020 15:10:28 +0100 Subject: [PATCH] cpu/esp_common: Use python3 instead python --- cpu/esp_common/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/esp_common/Makefile.include b/cpu/esp_common/Makefile.include index 7774b40e7b..b52f0c4617 100644 --- a/cpu/esp_common/Makefile.include +++ b/cpu/esp_common/Makefile.include @@ -105,7 +105,7 @@ PREFFLAGS += printf "phy_init, data, phy, 0xf000, 0x1000\n" >> $(BINDIR)/partiti PREFFLAGS += printf "factory, app, factory, 0x10000, " >> $(BINDIR)/partitions.csv; PREFFLAGS += ls -l $(FLASHFILE).bin | awk '{ print $$5 }' >> $(BINDIR)/partitions.csv; -PREFFLAGS += python $(RIOTTOOLS)/esptool/gen_esp32part.py +PREFFLAGS += python3 $(RIOTTOOLS)/esptool/gen_esp32part.py PREFFLAGS += --verify $(BINDIR)/partitions.csv $(BINDIR)/partitions.bin FLASHDEPS += preflash