aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/ia32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/ia32/Makefile')
-rw-r--r--arch/x86_64/ia32/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/Makefile b/arch/x86_64/ia32/Makefile
index e9263b4975e0c..62bc5f56da9e7 100644
--- a/arch/x86_64/ia32/Makefile
+++ b/arch/x86_64/ia32/Makefile
@@ -11,6 +11,9 @@ obj-$(CONFIG_IA32_EMULATION) += $(sysv-y)
obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
+audit-class-$(CONFIG_AUDIT) := audit.o
+obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
+
$(obj)/syscall32_syscall.o: \
$(foreach F,sysenter syscall,$(obj)/vsyscall-$F.so)