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 <kevin@koconnor.net>
This commit is contained in:
parent
8268478006
commit
9c45f53b24
2
Makefile
2
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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user