xref: /openbmc/linux/arch/x86/ia32/Makefile (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22db55d34SThomas Gleixner#
32db55d34SThomas Gleixner# Makefile for the ia32 kernel emulation subsystem.
42db55d34SThomas Gleixner#
52db55d34SThomas Gleixner
619a433f4SIngo Molnarobj-$(CONFIG_IA32_EMULATION) := sys_ia32.o ia32_signal.o
72db55d34SThomas Gleixner
82db55d34SThomas Gleixnerobj-$(CONFIG_IA32_AOUT) += ia32_aout.o
92db55d34SThomas Gleixner
102db55d34SThomas Gleixneraudit-class-$(CONFIG_AUDIT) := audit.o
112db55d34SThomas Gleixnerobj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
12