dtc/pylibfdt
David Gibson 7691f9d393 pylibfdt: Make SETUP make variable
This points to the Python setup script, since we reference it in a couple
of places.  While we're there correct two small problems:

1) setup.py is part of the checked in sources and so lives in
   $(PYLIBFDT_srcdir) not $(PYLIBFDT_objdir) [this only worked because
   those are the same by default]

2) The module itself should depend on the setup script so it is rebuilt
   if the script is changed

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-09-25 10:30:28 +10:00
..
.gitignore Add an initial Python library for libfdt 2017-03-21 16:21:58 +11:00
Makefile.pylibfdt pylibfdt: Make SETUP make variable 2018-09-25 10:30:28 +10:00
libfdt.i pylibfdt: Add a means to add and delete notes 2018-09-13 10:16:34 +10:00
setup.py pylibfdt: Simpler CFLAGS handling 2018-09-25 10:30:20 +10:00