Re: [PATCH 7/7] kbuild: doc: document subdir-y syntax

2020-11-28 Thread Randy Dunlap
On 11/28/20 12:58 AM, Masahiro Yamada wrote: > On Tue, Nov 24, 2020 at 3:03 AM Randy Dunlap wrote: >> >> On 11/22/20 8:54 PM, Masahiro Yamada wrote: >>> There is no explanation about subdir-y. >>> >>> Let's document it. >>> >>> Signed-off-by: Masahiro Yamada >>> --- >>> >>> Documentation/kbuild/

Re: [PATCH 7/7] kbuild: doc: document subdir-y syntax

2020-11-28 Thread Masahiro Yamada
On Tue, Nov 24, 2020 at 3:03 AM Randy Dunlap wrote: > > On 11/22/20 8:54 PM, Masahiro Yamada wrote: > > There is no explanation about subdir-y. > > > > Let's document it. > > > > Signed-off-by: Masahiro Yamada > > --- > > > > Documentation/kbuild/makefiles.rst | 14 ++ > > 1 file cha

Re: [PATCH 7/7] kbuild: doc: document subdir-y syntax

2020-11-23 Thread Randy Dunlap
On 11/22/20 8:54 PM, Masahiro Yamada wrote: > There is no explanation about subdir-y. > > Let's document it. > > Signed-off-by: Masahiro Yamada > --- > > Documentation/kbuild/makefiles.rst | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/kbuild/makefiles.