diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 01:52:04 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-13 01:52:04 -0400 |
commit | e8a30302abc42a0c537b9326883523da9963deb6 (patch) | |
tree | 3d4dc948afff95a2a86805d75162a8cdb3baded6 /arch/ppc64/kernel/Makefile | |
parent | eec5ef909888cd9d25a61f904cd8f0db50ea0455 (diff) |
powerpc: merge ptrace.c
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 1a8f3532885a..b1203b79edf0 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -12,7 +12,7 @@ obj-y := setup.o entry.o misc.o prom.o | |||
12 | endif | 12 | endif |
13 | 13 | ||
14 | obj-y += irq.o idle.o dma.o \ | 14 | obj-y += irq.o idle.o dma.o \ |
15 | time.o signal.o syscalls.o ptrace.o \ | 15 | time.o signal.o syscalls.o \ |
16 | align.o bitops.o pacaData.o \ | 16 | align.o bitops.o pacaData.o \ |
17 | udbg.o sys_ppc32.o ioctl32.o \ | 17 | udbg.o sys_ppc32.o ioctl32.o \ |
18 | ptrace32.o signal32.o rtc.o \ | 18 | ptrace32.o signal32.o rtc.o \ |