u-boot-brain/scripts/dtc/pylibfdt
Simon Glass 91f414b3a8 libfdt: Tidy up pylibfdt build rule
At present the build rule for pylibfdt depends on _libfdt.so but modern
Python versions add a different suffix to the output file, resulting in
something like _libfdt.cpython-38-x86_64-linux-gnu.so

The result is that pylibfdt is rebuilt every time.

Rename the file the standard name so that the rule works correctly. Also
add libfdt.py to the dependencies, so that file is always created if
missing.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-26 17:03:04 +13:00
..
.gitignore scripts: dtc: ignore files generated generated by python 2019-11-23 14:53:48 -05:00
libfdt.i_shipped libfdt: Detected out-of-space with fdt_finish() 2020-09-22 12:50:43 -06:00
Makefile libfdt: Tidy up pylibfdt build rule 2021-03-26 17:03:04 +13:00
setup.py pylibfdt: Convert to Python 3 2019-11-04 18:15:32 -07:00