aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-01-02 20:03:11 -0500
committerPaul Mackerras <paulus@samba.org>2008-02-07 04:40:18 -0500
commit01e31dbabc020bf82e7e5359c031a550daafb8ff (patch)
tree0767caaf88e46570c393c7a63e5f8552355da334 /arch/powerpc/kernel/Makefile
parent819703872d5955b2e764c3fd9243ba9fa1a6875a (diff)
[POWERPC] Switch to generic compat_binfmt_elf code
This switches the CONFIG_PPC64 support for 32-bit ELF to use the generic fs/compat_binfmt_elf.c implementation instead of our own binfmt_elf32.c. Since so much is the same between 32/64, there is only one macro we have to define to make the generic support work out of the box. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index ac07112b65de..0662ae46f724 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -17,7 +17,7 @@ obj-y := semaphore.o cputable.o ptrace.o syscalls.o \
17 init_task.o process.o systbl.o idle.o \ 17 init_task.o process.o systbl.o idle.o \
18 signal.o 18 signal.o
19obj-y += vdso32/ 19obj-y += vdso32/
20obj-$(CONFIG_PPC64) += setup_64.o binfmt_elf32.o sys_ppc32.o \ 20obj-$(CONFIG_PPC64) += setup_64.o sys_ppc32.o \
21 signal_64.o ptrace32.o \ 21 signal_64.o ptrace32.o \
22 paca.o cpu_setup_ppc970.o \ 22 paca.o cpu_setup_ppc970.o \
23 cpu_setup_pa6t.o \ 23 cpu_setup_pa6t.o \