Re: [PATCH] kbuild: mark help target as PHONY

2016-04-20 Thread Michal Marek
On Sun, Mar 13, 2016 at 09:39:55AM +0900, Masahiro Yamada wrote: > Obviously, the "help" should be a PHONY target. > > Signed-off-by: Masahiro Yamada Applied to kbuild.git#kbuild. Michal

[PATCH] kbuild: mark help target as PHONY

2016-03-12 Thread Masahiro Yamada
Obviously, the "help" should be a PHONY target. Signed-off-by: Masahiro Yamada --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 64cf099..848a7dc 100644 --- a/Makefile +++ b/Makefile @@ -1249,6 +1249,7 @@ boards := $(sort $(notdir $(boards))) board-di