2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the ia32 kernel emulation subsystem.
|
|
|
|
#
|
|
|
|
|
2020-03-14 03:51:41 +08:00
|
|
|
obj-$(CONFIG_IA32_EMULATION) := ia32_signal.o
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-07-01 15:56:16 +08:00
|
|
|
audit-class-$(CONFIG_AUDIT) := audit.o
|
|
|
|
obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)
|