]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/x86/ia32/Makefile
Merge branches 'fixes' and 'ioremap' into for-linus
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / ia32 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the ia32 kernel emulation subsystem.
3#
4
19a433f4 5obj-$(CONFIG_IA32_EMULATION) := sys_ia32.o ia32_signal.o
1da177e4 6
1da177e4
LT
7obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
8
b915543b
AV
9audit-class-$(CONFIG_AUDIT) := audit.o
10obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)