]> git.baikalelectronics.ru Git - uboot.git/commit
pylibfdt: Use Python 2 in Makefile
authorJosef Lusticky <josef@lusticky.cz>
Tue, 8 Jan 2019 13:19:46 +0000 (14:19 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:45 +0000 (15:28 -0500)
commitcb682c3d87a3004eac917d60524b444107713c04
tree11db6775d9d5fbdd20083a2a7cf36d3ed894686c
parent8e3bc4351c3cc5f8f06c42dbd828e98e94144966
pylibfdt: Use Python 2 in Makefile

pylibfdt needs Python 2 to build.
Replace $(PYTHON) with $(PYTHON2) in pylibfdt Makefile
to ensure Python 2 is used to build it.

This fixes build on systems where Python 3 is the default version
of the "python" interpreter.
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/dtc/pylibfdt/Makefile