blob: 8e4d0391ff6c9bafa9bcb7dde33478bd6f569d09 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# Makefile for the ia32 kernel emulation subsystem.
4#
5
Brian Gerst121b32a2020-03-13 15:51:41 -04006obj-$(CONFIG_IA32_EMULATION) := ia32_signal.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07007
Linus Torvalds1da177e2005-04-16 15:20:36 -07008obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
9
Al Virob9155432006-07-01 03:56:16 -040010audit-class-$(CONFIG_AUDIT) := audit.o
11obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)