summaryrefslogtreecommitdiff
path: root/arch/x86/ia32/Makefile
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2022-01-13 16:26:10 +0300
committerBorislav Petkov <bp@suse.de>2022-04-11 19:04:27 +0300
commitc7bda0dca98cca351a9bc852b3df8b9b99ffd400 (patch)
treeead15b3058668f10ead3f7494f70a74fdab54abd /arch/x86/ia32/Makefile
parentc2a911d302b0d014a4d0d732a2bfc319e643eb62 (diff)
downloadlinux-c7bda0dca98cca351a9bc852b3df8b9b99ffd400.tar.xz
x86: Remove a.out support
Commit eac616557050 ("x86: Deprecate a.out support") deprecated a.out support with the promise to remove it a couple of releases later. That commit landed in v5.1. Now it is more than a couple of releases later, no one has complained so remove it. Fold in a hunk removing the reference to arch/x86/ia32/ia32_aout.c in MAINTAINERS: https://lore.kernel.org/r/20220316050828.17255-1-lukas.bulwahn@gmail.com Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20220113160115.5375-1-bp@alien8.de
Diffstat (limited to 'arch/x86/ia32/Makefile')
-rw-r--r--arch/x86/ia32/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/ia32/Makefile b/arch/x86/ia32/Makefile
index 8e4d0391ff6c..e481056698de 100644
--- a/arch/x86/ia32/Makefile
+++ b/arch/x86/ia32/Makefile
@@ -5,7 +5,5 @@
obj-$(CONFIG_IA32_EMULATION) := ia32_signal.o
-obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
-
audit-class-$(CONFIG_AUDIT) := audit.o
obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)