]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/x86/Kbuild
kprobes/x86: Free 'optinsn' cache when range check fails
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / Kbuild
index e5287d8517aa18172c266d3cb98fa8af2b950bb1..61b6d51866f8680353044f5d7f5a3ea5cb19b7ac 100644 (file)
@@ -16,3 +16,7 @@ obj-$(CONFIG_IA32_EMULATION) += ia32/
 
 obj-y += platform/
 obj-y += net/
+
+ifeq ($(CONFIG_X86_64),y)
+obj-$(CONFIG_KEXEC) += purgatory/
+endif