build: Default to python2 in the Makefile
Set PYTHON=python2 instead of python as some systems point python to python3. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d2fafbdd9e
commit
b7b368a1ed
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ OBJCOPY=$(CROSS_PREFIX)objcopy
|
||||
OBJDUMP=$(CROSS_PREFIX)objdump
|
||||
STRIP=$(CROSS_PREFIX)strip
|
||||
CPP=cpp
|
||||
PYTHON=python
|
||||
PYTHON=python2
|
||||
|
||||
# Source files
|
||||
src-y =
|
||||
|
Loading…
x
Reference in New Issue
Block a user