diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-19 19:11:29 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-19 19:11:29 -0400 |
commit | b123923d486d38e1a961e82040a26838401aebb5 (patch) | |
tree | a0a16774c962faeb6750426947ada60839521006 /arch/ppc64/kernel/Makefile | |
parent | 9b7cf8b49dc4464b222afc9fa32628bb9a2e70a3 (diff) |
powerpc: Move ptrace32.c from arch/ppc64 to arch/powerpc
Also corrected my email address in ptrace.c and updated the comments
at the top of ptrace32.c.
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 19846d78b329..8c9012f0ce6a 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -15,7 +15,7 @@ obj-y += irq.o idle.o dma.o \ | |||
15 | time.o signal.o \ | 15 | time.o signal.o \ |
16 | align.o bitops.o pacaData.o \ | 16 | align.o bitops.o pacaData.o \ |
17 | udbg.o ioctl32.o \ | 17 | udbg.o ioctl32.o \ |
18 | ptrace32.o rtc.o \ | 18 | rtc.o \ |
19 | cpu_setup_power4.o \ | 19 | cpu_setup_power4.o \ |
20 | iommu.o sysfs.o vdso.o pmc.o firmware.o | 20 | iommu.o sysfs.o vdso.o pmc.o firmware.o |
21 | obj-y += vdso32/ vdso64/ | 21 | obj-y += vdso32/ vdso64/ |