platform_external_dtc/pylibfdt
David Gibson 47cafbeeb9 pylibfdt: Link extension module with libfdt rather than rebuilding
Currently we build the Python extension module from all the libfdt source
files as well as the swig wrapper file.  This is a bit silly, since we've
already compiled libfdt itself.

This changes the build to instead build the extension module from just the
swig wrapper, linking it against the libfdt.a we've already build.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-09-25 10:30:10 +10:00
..
.gitignore Add an initial Python library for libfdt 2017-03-21 16:21:58 +11:00
libfdt.i pylibfdt: Add a means to add and delete notes 2018-09-13 10:16:34 +10:00
Makefile.pylibfdt pylibfdt: Link extension module with libfdt rather than rebuilding 2018-09-25 10:30:10 +10:00
setup.py pylibfdt: Link extension module with libfdt rather than rebuilding 2018-09-25 10:30:10 +10:00