dtc/pylibfdt
Brandon Maier ff4f17eb58 pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during install
The Python module gets built during the 'make install' command even if
'make all' was run prior for build.

This is the same issue as described in the previous commit
"pylibfdt/meson.build: fix Python library being rebuilt during install".
Remove the '--build-lib' flag so setuptools can find the build module.

Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2024-06-26 11:38:31 +10:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
Makefile.pylibfdt pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during install 2024-06-26 11:38:31 +10:00
libfdt.i pylibfdt: fix get_mem_rsv for newer Python versions 2024-03-19 15:13:34 +11:00
meson.build pylibfdt/meson.build: fix Python library being rebuilt during install 2024-06-26 11:38:22 +10:00