]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: move the install rule to arch/powerpc/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:19:37 +0000 (23:19 +0900)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Aug 2021 00:53:39 +0000 (10:53 +1000)
commitcf616c779087b040ca0b4f9157e03af65476e265
treee7175f6955a96ea07a4d396e39632dda06905d12
parentdac980ecdfade3fbd88fac76dfcd1a0051f09903
powerpc: move the install rule to arch/powerpc/Makefile

Currently, the install target in arch/powerpc/Makefile descends into
arch/powerpc/boot/Makefile to invoke the shell script, but there is no
good reason to do so.

arch/powerpc/Makefile can run the shell script directly.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729141937.445051-3-masahiroy@kernel.org
arch/powerpc/Makefile
arch/powerpc/boot/Makefile