summaryrefslogtreecommitdiff
path: root/arch/sh/lib64/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-06-14 05:12:18 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2012-06-14 05:12:18 (GMT)
commit37c9ee0161332291c8d13bc40084d24c744ed842 (patch)
treea9002d08c6d775ee90bb2967ab19ef316013fe37 /arch/sh/lib64/Makefile
parentdb218b3d55627ef515d3b32888b269ed319c4c8d (diff)
downloadlinux-fsl-qoriq-37c9ee0161332291c8d13bc40084d24c744ed842.tar.xz
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 1fee75a..69779ff 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