]> git.baikalelectronics.ru Git - kernel.git/commit
x86/build: Move the install rule to arch/x86/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:00:23 +0000 (23:00 +0900)
committerBorislav Petkov <bp@suse.de>
Wed, 25 Aug 2021 09:57:38 +0000 (11:57 +0200)
commitbd25a6babd1dff9323d34bf0bf2ba701209f29c6
tree80367a9a516f8328dd782eb57a909131148508e8
parentd5c9214d1adcdeabba846f3e16f786b26b9197fe
x86/build: Move the install rule to arch/x86/Makefile

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

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210729140023.442101-2-masahiroy@kernel.org
arch/x86/Makefile
arch/x86/boot/Makefile