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)
commit081551266d2fbf6ce69a30c13a355ee476b2e745
tree80367a9a516f8328dd782eb57a909131148508e8
parent6d61b8e66d343d61b650f9a2ca4d8746dc6cf774
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