Searched hist:"70 a4039bd4d723c9b86b365bf1cd2395beed2d07" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/boot/ |
H A D | Makefile | diff 70a4039bd4d723c9b86b365bf1cd2395beed2d07 Thu Jul 29 16:05:27 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> arm64: move the (z)install rules to arch/arm64/Makefile
Currently, the (z)install targets in arch/arm64/Makefile descend into arch/arm64/boot/Makefile to invoke the shell script, but there is no good reason to do so.
arch/arm64/Makefile can run the shell script directly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210729140527.443116-1-masahiroy@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|
/linux/arch/arm64/ |
H A D | Makefile | diff 70a4039bd4d723c9b86b365bf1cd2395beed2d07 Thu Jul 29 16:05:27 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> arm64: move the (z)install rules to arch/arm64/Makefile
Currently, the (z)install targets in arch/arm64/Makefile descend into arch/arm64/boot/Makefile to invoke the shell script, but there is no good reason to do so.
arch/arm64/Makefile can run the shell script directly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20210729140527.443116-1-masahiroy@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
|