]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/x86/ia32/Makefile
Merge ath-next from ath.git
[mirror_ubuntu-focal-kernel.git] / arch / x86 / ia32 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the ia32 kernel emulation subsystem.
3#
4
a97f52e6 5obj-$(CONFIG_IA32_EMULATION) := ia32entry.o 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)