summaryrefslogtreecommitdiffstats
path: root/arch/sh/lib64/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-06-14 07:12:18 +0200
committerPaul Mundt <lethal@linux-sh.org>2012-06-14 07:12:18 +0200
commit37c9ee0161332291c8d13bc40084d24c744ed842 (patch)
treea9002d08c6d775ee90bb2967ab19ef316013fe37 /arch/sh/lib64/Makefile
parentsh64: Use generic unaligned access control/counters. (diff)
downloadlinux-37c9ee0161332291c8d13bc40084d24c744ed842.tar.xz
linux-37c9ee0161332291c8d13bc40084d24c744ed842.zip
sh64: Kill off old exception debugging helpers.
There's not much here that we can't get at through alternate means (aside from the TLB contents, but that doesn't belong here anyways). Most of this information is already provided by the sh32 routines, which we'll consolidate on next. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib64/Makefile')
-rw-r--r--arch/sh/lib64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib64/Makefile b/arch/sh/lib64/Makefile
index 1fee75aa1f98..69779ff741df 100644
--- a/arch/sh/lib64/Makefile
+++ b/arch/sh/lib64/Makefile
@@ -10,7 +10,7 @@
#
# Panic should really be compiled as PIC
-lib-y := udelay.o dbg.o panic.o memcpy.o memset.o \
+lib-y := udelay.o panic.o memcpy.o memset.o \
copy_user_memcpy.o copy_page.o strcpy.o strlen.o
# Extracted from libgcc