]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
x86/purgatory: Hard-code obj-y in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 25 Jul 2022 02:08:11 +0000 (11:08 +0900)
committerBorislav Petkov <bp@suse.de>
Mon, 25 Jul 2022 08:26:49 +0000 (10:26 +0200)
commit61922d3fa686733e08387a8a4e11b02b4af6d43c
tree38986662e8a009ad504a55731ee45e13872c2251
parent8b979924b9f9e945a095a2f622b39b9fd9f65acb
x86/purgatory: Hard-code obj-y in Makefile

arch/x86/Kbuild guards the entire purgatory/ directory, and
CONFIG_KEXEC_FILE is bool type.

$(CONFIG_KEXEC_FILE) is always 'y' when this directory is being built.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20220725020812.622255-1-masahiroy@kernel.org
arch/x86/purgatory/Makefile