]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
riscv/purgatory: hard-code obj-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 25 Jun 2022 22:34:36 +0000 (07:34 +0900)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 11 Aug 2022 16:32:29 +0000 (09:32 -0700)
commit788177e76589e6441d43691f1a075feec2e25962
tree5131a56dbf4fe7e6de97d6ea9d3910f14c0a3e68
parentda06cc5bb600bc671715076b5bdd9088c674dd01
riscv/purgatory: hard-code obj-y in Makefile

The purgatory/ directory is entirely guarded in arch/riscv/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/20220625223438.835408-1-masahiroy@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/purgatory/Makefile