diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 03:05:27 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-27 22:54:08 -0400 |
commit | a0d8bf9cf1f9722204936d8ef53370d7ae1181d9 (patch) | |
tree | 5d83819d6c457c953556101fc196604cff821e94 /arch/ppc64/lib/Makefile | |
parent | 12a39407f021fd17d5f9d33d78bddb005bd106fb (diff) |
ppc64: use sstep.c from powerpc/lib
since it is identical to sstep.c from ppc64/lib.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/lib/Makefile')
-rw-r--r-- | arch/ppc64/lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile index 49af089c6049..e8ce831d8eae 100644 --- a/arch/ppc64/lib/Makefile +++ b/arch/ppc64/lib/Makefile | |||
@@ -4,5 +4,3 @@ | |||
4 | 4 | ||
5 | lib-y := string.o strcase.o | 5 | lib-y := string.o strcase.o |
6 | lib-y += usercopy.o | 6 | lib-y += usercopy.o |
7 | |||
8 | lib-$(CONFIG_DEBUG_KERNEL) += sstep.o | ||