From 9c45f53b24754fb92e03836e22796d06ab1e9825 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 13 May 2022 14:05:51 -0400 Subject: [PATCH] Makefile: Default to python3 for micro-controller build scripts It's more likely that python3 will be installed than python2 on a typical modern Linux distribution, so use python3 by default. Signed-off-by: Kevin O'Connor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1bdcd155..a3d6215a 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ OBJCOPY=$(CROSS_PREFIX)objcopy OBJDUMP=$(CROSS_PREFIX)objdump STRIP=$(CROSS_PREFIX)strip CPP=cpp -PYTHON=python2 +PYTHON=python3 # Source files src-y =