]> git.baikalelectronics.ru Git - kernel.git/commit
s390/purgatory: hard-code obj-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 13 Jun 2022 17:09:01 +0000 (02:09 +0900)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 30 Jun 2022 12:18:15 +0000 (14:18 +0200)
commit3c23a5dee1523c2c9787bd853bd4d2c9f8c2e8e7
tree21522e69dba0bb7fe25aebd123beb221c5d5c577
parent4625e279266e2eb41fe831490cb23002c784c03b
s390/purgatory: hard-code obj-y in Makefile

The purgatory/ directory is entirely guarded in arch/s390/Kbuild.
CONFIG_ARCH_HAS_KEXEC_PURGATORY is bool type.

$(CONFIG_ARCH_HAS_KEXEC_PURGATORY) is always 'y' when Kbuild visits
this Makefile for building.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20220613170902.1775211-2-masahiroy@kernel.org
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/purgatory/Makefile