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