Re: [RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks

2017-03-10 Thread Masahiro Yamada
2017-03-10 11:01 GMT+09:00 Seung-Woo Kim : > Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn, > so the file name in comment needs to be fixed. > > Signed-off-by: Seung-Woo Kim > --- > Makefile |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefil

[RESEND][PATCH] Kbuild: fix file name in comment about extra gcc checks

2017-03-09 Thread Seung-Woo Kim
Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn, so the file name in comment needs to be fixed. Signed-off-by: Seung-Woo Kim --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 165cf97..faa9d26 100644 --- a/Makefile +

[PATCH] Kbuild: fix file name in comment about extra gcc checks

2017-01-25 Thread Seung-Woo Kim
Extra gcc checks like W=1 were moved to scripts/Makefile.exrawarn, so the file name in comment needs to be fixed. Signed-off-by: Seung-Woo Kim --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 0988400..dbaada3 100644 --- a/Makefile +