summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/x86/ia32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/ia32/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/x86/ia32/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/arch/x86/ia32/Makefile b/ANDROID_3.4.5/arch/x86/ia32/Makefile
deleted file mode 100644
index 455646e0..00000000
--- a/ANDROID_3.4.5/arch/x86/ia32/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile for the ia32 kernel emulation subsystem.
-#
-
-obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o
-obj-$(CONFIG_IA32_EMULATION) += nosyscall.o syscall_ia32.o
-
-sysv-$(CONFIG_SYSVIPC) := ipc32.o
-obj-$(CONFIG_IA32_EMULATION) += $(sysv-y)
-
-obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
-
-audit-class-$(CONFIG_AUDIT) := audit.o
-obj-$(CONFIG_IA32_EMULATION) += $(audit-class-y)