diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-17 21:17:58 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-17 21:17:58 -0400 |
commit | 81e7009ea46c951860b8716ee427ff4f54dd26fc (patch) | |
tree | cd9724dac4d04a2e03f4042adbcc86fdc2d037b7 /arch/powerpc/kernel/Makefile | |
parent | 55d363397f1bdfa4fe861f0e2fadb058c79dafea (diff) |
powerpc: merge ppc signal.c and ppc64 signal32.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 1ca740bc5b47..043ddd09521d 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -10,7 +10,7 @@ CFLAGS_prom_init.o += -fPIC | |||
10 | CFLAGS_btext.o += -fPIC | 10 | CFLAGS_btext.o += -fPIC |
11 | endif | 11 | endif |
12 | 12 | ||
13 | obj-y := semaphore.o cputable.o ptrace.o | 13 | obj-y := semaphore.o cputable.o ptrace.o signal_32.o |
14 | obj-$(CONFIG_PPC64) += binfmt_elf32.o sys_ppc32.o | 14 | obj-$(CONFIG_PPC64) += binfmt_elf32.o sys_ppc32.o |
15 | obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o | 15 | obj-$(CONFIG_ALTIVEC) += vecemu.o vector.o |
16 | obj-$(CONFIG_POWER4) += idle_power4.o | 16 | obj-$(CONFIG_POWER4) += idle_power4.o |