xref: /openbmc/linux/arch/x86/ia32/Makefile (revision 19a433f4)
12db55d34SThomas Gleixner#
22db55d34SThomas Gleixner# Makefile for the ia32 kernel emulation subsystem.
32db55d34SThomas Gleixner#
42db55d34SThomas Gleixner
519a433f4SIngo Molnarobj-$(CONFIG_IA32_EMULATION) := sys_ia32.o ia32_signal.o
62db55d34SThomas Gleixner
72db55d34SThomas Gleixnerobj-$(CONFIG_IA32_AOUT) += ia32_aout.o
82db55d34SThomas Gleixner
92db55d34SThomas Gleixneraudit-class-$(CONFIG_AUDIT) := audit.o
102db55d34SThomas Gleixnerobj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
11