]> git.baikalelectronics.ru Git - kernel.git/commit
s390: move the install rule to arch/s390/Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:23:38 +0000 (23:23 +0900)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 30 Jul 2021 15:09:36 +0000 (17:09 +0200)
commit3bbb12115eb3ecac1469a0a4f42d061a1a7fc80b
tree40aa51b8d7b02d7717f0150f0227ded3a7d48fc3
parent18ffbb4f25f038d17015c6656f130a103ca2f301
s390: move the install rule to arch/s390/Makefile

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

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

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20210729142338.446002-1-masahiroy@kernel.org
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/Makefile
arch/s390/boot/Makefile