Re: [PATCH] kbuild: improve comments on KBUILD_SRC

2017-06-29 Thread Cao jin
On 06/29/2017 11:14 PM, Masahiro Yamada wrote: > 2017-06-23 16:31 GMT+09:00 Cao jin : >> Original comments is confusing on "OBJ directory", make it clear. >> >> Bonus: move comments close to what it want to comment. >> Signed-off-by: Cao jin >> --- >> Makefile | 7 --- >> 1 file changed, 4

Re: [PATCH] kbuild: improve comments on KBUILD_SRC

2017-06-29 Thread Masahiro Yamada
2017-06-23 16:31 GMT+09:00 Cao jin : > Original comments is confusing on "OBJ directory", make it clear. > > Bonus: move comments close to what it want to comment. > Signed-off-by: Cao jin > --- > Makefile | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/Makefile b/

[PATCH] kbuild: improve comments on KBUILD_SRC

2017-06-23 Thread Cao jin
Original comments is confusing on "OBJ directory", make it clear. Bonus: move comments close to what it want to comment. Signed-off-by: Cao jin --- Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 57df756..81c0df9 100644 --- a/Makefile