platform_external_dtc/pylibfdt
David Gibson 855b9963de pylibfdt: Simpler CFLAGS handling
At the moment we have some fiddly code to either pass in make's CPPFLAGS to
setup.py, or have setup.py extract them from the Makefile.  But really the
only thing we need from here is the include paths.  We already know what
include paths we need (libfdt/) so we can just set that directly in
setup.py.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-09-25 10:30:20 +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: Simpler CFLAGS handling 2018-09-25 10:30:20 +10:00
setup.py pylibfdt: Simpler CFLAGS handling 2018-09-25 10:30:20 +10:00