diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-31 02:39:20 -0500 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-31 22:34:17 -0500 |
commit | 5015b49448cbe5352b9cc232333ab26f3e608a07 (patch) | |
tree | 77267c0fbc585ee6988a33ffec49030c6c2b5030 /arch/ppc64/lib/Makefile | |
parent | 2df5e8bcca53e528a78ee0e3b114d0d21dd6d043 (diff) |
powerpc: fix __strnlen_user in merge tree
Change USER/KERNEL_DS so that the merged version of
__strnlen_user can be used which allows us to complete the
removal of arch/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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile deleted file mode 100644 index 42d5295bf345..000000000000 --- a/arch/ppc64/lib/Makefile +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for ppc64-specific library files.. | ||
3 | # | ||
4 | |||
5 | lib-y := string.o | ||