commit | acc3da668e3792481de7a93c4a745d4319fe6664 | [log] [tgz] |
---|---|---|
author | Josef Lusticky <josef@lusticky.cz> | Tue Jan 08 14:19:46 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:45 2019 -0500 |
tree | 11db6775d9d5fbdd20083a2a7cf36d3ed894686c | |
parent | 51d85f6278958005457ac50eb997a791d9a47997 [diff] |
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>