Re: [PATCH] kbuild: add more hints about SUBDIRS replacement

2019-07-06 Thread Masahiro Yamada
On Wed, Jun 26, 2019 at 11:30 PM Sam Ravnborg wrote: > > On Tue, Jun 25, 2019 at 05:51:27PM +0900, Masahiro Yamada wrote: > > Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") > > added a hint about the 'SUBDIRS' replacement, but it was not clear > > enough. > > > > Multiple peop

Re: [PATCH] kbuild: add more hints about SUBDIRS replacement

2019-06-26 Thread Sam Ravnborg
On Tue, Jun 25, 2019 at 05:51:27PM +0900, Masahiro Yamada wrote: > Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") > added a hint about the 'SUBDIRS' replacement, but it was not clear > enough. > > Multiple people sent me similar questions, patches. > > https://lkml.org/lkml

[PATCH] kbuild: add more hints about SUBDIRS replacement

2019-06-25 Thread Masahiro Yamada
Commit 0126be38d988 ("kbuild: announce removal of SUBDIRS if used") added a hint about the 'SUBDIRS' replacement, but it was not clear enough. Multiple people sent me similar questions, patches. https://lkml.org/lkml/2019/1/17/456 I did not mean to suggest M= for building a subdirectory in the