Re: [PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-23 Thread Masahiro Yamada
On Fri, Nov 23, 2018 at 5:04 PM David Woodhouse wrote: > > On Wed, 2018-11-21 at 00:04 +0900, Masahiro Yamada wrote: > > SUBDIRS has been kept as a backward compatibility since > > commit ("[PATCH] kbuild: external module support") in 2002. > > > > We do not need multiple ways to do the same thing

Re: [PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-23 Thread David Woodhouse
On Wed, 2018-11-21 at 00:04 +0900, Masahiro Yamada wrote: > SUBDIRS has been kept as a backward compatibility since > commit ("[PATCH] kbuild: external module support") in 2002. > > We do not need multiple ways to do the same thing, so I will remove > SUBDIRS after the Linux 5.3 release. I cleaned

Re: [PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-22 Thread Masahiro Yamada
On Wed, Nov 21, 2018 at 1:25 AM Guenter Roeck wrote: > > On Wed, Nov 21, 2018 at 12:04:18AM +0900, Masahiro Yamada wrote: > > SUBDIRS has been kept as a backward compatibility since > > commit ("[PATCH] kbuild: external module support") in 2002. > > > > We do not need multiple ways to do the same

Re: [PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-20 Thread Guenter Roeck
On Wed, Nov 21, 2018 at 12:04:18AM +0900, Masahiro Yamada wrote: > SUBDIRS has been kept as a backward compatibility since > commit ("[PATCH] kbuild: external module support") in 2002. > > We do not need multiple ways to do the same thing, so I will remove > SUBDIRS after the Linux 5.3 release. I

Re: [PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-20 Thread Boris Brezillon
On Wed, 21 Nov 2018 00:04:18 +0900 Masahiro Yamada wrote: > SUBDIRS has been kept as a backward compatibility since > commit ("[PATCH] kbuild: external module support") in 2002. > > We do not need multiple ways to do the same thing, so I will remove > SUBDIRS after the Linux 5.3 release. I clean

[PATCH] kbuild: announce removal of SUBDIRS if used

2018-11-20 Thread Masahiro Yamada
SUBDIRS has been kept as a backward compatibility since commit ("[PATCH] kbuild: external module support") in 2002. We do not need multiple ways to do the same thing, so I will remove SUBDIRS after the Linux 5.3 release. I cleaned up in-tree code, and updated the document so that nobody would try