Re: [PATCH] kbuild: do not add srctree to sysroot relative includes

2016-08-16 Thread Lars Persson
On 08/16/2016 01:59 PM, Michal Marek wrote: On 2016-08-16 13:40, Lars Persson wrote: We need to filter out also -I=/path to allow sysroot relative include paths in the makefiles of external modules. Signed-off-by: Lars Persson --- scripts/Kbuild.include | 2 +- 1 file changed, 1 insertion(+

Re: [PATCH] kbuild: do not add srctree to sysroot relative includes

2016-08-16 Thread Michal Marek
On 2016-08-16 13:40, Lars Persson wrote: > We need to filter out also -I=/path to allow sysroot relative > include paths in the makefiles of external modules. > > Signed-off-by: Lars Persson > --- > scripts/Kbuild.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/