KVM: x86/pmu: do not mask the value that is written to fixed PMUs
[linux-block.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)