On 9 September 2018 at 22:59, David Gibson <david@xxxxxxxxxxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxxxxxxxxxx> > --- > pylibfdt/Makefile.pylibfdt | 2 +- > pylibfdt/setup.py | 11 ++++------- > 2 files changed, 5 insertions(+), 8 deletions(-) Reviewed-by: Simon Glass <sjg@xxxxxxxxxxxx>