Re: [PATCH 0/3] media: clean-up header search paths and add $(srctree)/ prefix

2019-02-17 Thread Masahiro Yamada
Hi Mauro, On Fri, Jan 25, 2019 at 4:00 PM Masahiro Yamada wrote: > > My main motivation is to get rid of crappy header search path manipulation > from Kbuild core. > > Before that, I want to do as many treewide cleanups as possible. > > If you are interested in the big picture of this work, > the

[PATCH 0/3] media: clean-up header search paths and add $(srctree)/ prefix

2019-01-24 Thread Masahiro Yamada
My main motivation is to get rid of crappy header search path manipulation from Kbuild core. Before that, I want to do as many treewide cleanups as possible. If you are interested in the big picture of this work, the full patch set is available at: git://git.kernel.org/pub/scm/linux/kernel/git/ma