u-boot-brain/scripts/dtc/pylibfdt
Simon Glass 73bc9e2e21 binman: Adjust pylibfdt for incremental build
If the pylibfdt shared-object file is detected, then Python assumes that
the libfdt.py file exists also.

Sometimes when an incremental build aborts, the shared-object file is
built but the libfdt.py is not. The only way out at this point is to use
'make mkproper', or similar.

Fix this by removing the .so file before it is built. This seems to make
Python rebuild everything.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-24 19:25:15 -06:00
..
.gitignore scripts: dtc: ignore files generated generated by python 2019-11-23 14:53:48 -05:00
libfdt.i_shipped pylibfdt: Correct the type for fdt_property_stub() 2019-11-04 18:15:32 -07:00
Makefile binman: Adjust pylibfdt for incremental build 2020-07-24 19:25:15 -06:00
setup.py pylibfdt: Convert to Python 3 2019-11-04 18:15:32 -07:00