Home
last modified time | relevance | path

Searched hist:"03 e6151d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/scripts/dtc/pylibfdt/
H A DMakefile03e6151d Tue Jan 08 07:19:46 CST 2019 Josef Lusticky <josef@lusticky.cz> 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>