]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/x86/ia32/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / arch / x86 / ia32 / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# Makefile for the ia32 kernel emulation subsystem.
4#
5
19a433f4 6obj-$(CONFIG_IA32_EMULATION) := sys_ia32.o ia32_signal.o
1da177e4 7
1da177e4
LT
8obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
9
b915543b
AV
10audit-class-$(CONFIG_AUDIT) := audit.o
11obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)