On Sat, Sep 19, 2020 at 04:39:22PM +0200, Uwe Kleine-König wrote: > When building with > > $ HOST_EXTRACFLAGS=-g make > > the expectation is that host tools are built with debug informations. > This however doesn't happen if the Makefile assigns a new value to the > HOST_EXTRACFLAGS instead of appending to it. So use += instead of := for > the first assignment. > > Fixes: e3fd9b5384f3 ("scripts/dtc: consolidate include path options in Makefile") > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > --- > Hello, > > this is a resend as I failed to add the devicetree mailing list to Cc > for the first mail :-\ Thanks to Rob for reminding me. Those who got > this mail twice and want to reply please make sure you reply to the > right (i.e. this) mail. > > The patch is the same as my earlier patch "scripts/dtc: Don't overwrite > HOST_EXTRACFLAGS passed on command line" but here the commit log is not > wrong. > > Thanks and sorry, > Uwe > > scripts/dtc/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Rob