~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/x86/ia32/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for the ia32 kernel emulation subsystem.
 
3
#
 
4
 
 
5
obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o
 
6
 
 
7
sysv-$(CONFIG_SYSVIPC) := ipc32.o
 
8
obj-$(CONFIG_IA32_EMULATION) += $(sysv-y)
 
9
 
 
10
obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
 
11
 
 
12
audit-class-$(CONFIG_AUDIT) := audit.o
 
13
obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)