diff options
author | Roland McGrath <roland@redhat.com> | 2008-01-30 13:31:02 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:02 +0100 |
commit | cbc9d9d98215f08ed998228e7bce88502d1ce360 (patch) | |
tree | f1a054c06fc294c6b56a7631f0269025ced26c30 /arch/x86/ia32/Makefile | |
parent | 099cd6e9dac84baafdef00c3955ee68e71282f86 (diff) |
x86: x86 ptrace merge complete
This switches over the 64-bit build to use the shared ptrace code,
instead of the old ptrace_64.c and arch/x86/ia32/ptrace32.c code.
Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/ia32/Makefile')
-rw-r--r-- | arch/x86/ia32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/ia32/Makefile b/arch/x86/ia32/Makefile index ea6088640847..ec71cfeac87e 100644 --- a/arch/x86/ia32/Makefile +++ b/arch/x86/ia32/Makefile @@ -3,7 +3,7 @@ # obj-$(CONFIG_IA32_EMULATION) := ia32entry.o sys_ia32.o ia32_signal.o \ - ia32_binfmt.o fpu32.o ptrace32.o + ia32_binfmt.o fpu32.o sysv-$(CONFIG_SYSVIPC) := ipc32.o obj-$(CONFIG_IA32_EMULATION) += $(sysv-y) |