Re: [PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-19 Thread Michal Marek
Dne 19.2.2016 v 18:29 Masahiro Yamada napsal(a): > Just for clarification: > > This patch has been applied to arm64 tree. > > Michal, > Just ignore this patch. Sure. I assumed that a patch touching solely arch/arm* will go through the respective arm tree. Michal

Re: [PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-19 Thread Michal Marek
Dne 19.2.2016 v 18:29 Masahiro Yamada napsal(a): > Just for clarification: > > This patch has been applied to arm64 tree. > > Michal, > Just ignore this patch. Sure. I assumed that a patch touching solely arch/arm* will go through the respective arm tree. Michal

Re: [PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-19 Thread Masahiro Yamada
Just for clarification: This patch has been applied to arm64 tree. Michal, Just ignore this patch. 2016-02-19 15:05 GMT+09:00 Masahiro Yamada : > For the same reason as commit 19514fc665ff (arm, kbuild: make "make > install" not depend on vmlinux), the install

Re: [PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-19 Thread Masahiro Yamada
Just for clarification: This patch has been applied to arm64 tree. Michal, Just ignore this patch. 2016-02-19 15:05 GMT+09:00 Masahiro Yamada : > For the same reason as commit 19514fc665ff (arm, kbuild: make "make > install" not depend on vmlinux), the install targets should never > trigger

[PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-18 Thread Masahiro Yamada
For the same reason as commit 19514fc665ff (arm, kbuild: make "make install" not depend on vmlinux), the install targets should never trigger the rebuild of the kernel. Signed-off-by: Masahiro Yamada --- arch/arm64/Makefile| 2 +-

[PATCH] arm64, kbuild: make "make install" not depend on vmlinux

2016-02-18 Thread Masahiro Yamada
For the same reason as commit 19514fc665ff (arm, kbuild: make "make install" not depend on vmlinux), the install targets should never trigger the rebuild of the kernel. Signed-off-by: Masahiro Yamada --- arch/arm64/Makefile| 2 +- arch/arm64/boot/Makefile | 4 ++--