summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/Makefile
diff options
context:
space:
mode:
authorRemis Lima Baima <remis.developer@googlemail.com>2009-06-18 19:55:32 +0200
committerMichal Simek <monstr@monstr.eu>2009-07-06 10:26:52 +0200
commit14f8738976991d2f8fb6ab6e10e9003562c3d6bb (patch)
tree1deca31ee3be5e6632bfc2fa3da9e7b4679780ea /arch/microblaze/lib/Makefile
parent81d8279ea31a3fc6d4ffacd87119a04c561ca62e (diff)
downloadop-kernel-dev-14f8738976991d2f8fb6ab6e10e9003562c3d6bb.zip
op-kernel-dev-14f8738976991d2f8fb6ab6e10e9003562c3d6bb.tar.gz
microblaze: use the generic lib/checksum.c
The microblaze checksum code is mostly identical to the asm-generic+lib version, so use that instead. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/lib/Makefile')
-rw-r--r--arch/microblaze/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/lib/Makefile b/arch/microblaze/lib/Makefile
index 71c8cb6..b579db06 100644
--- a/arch/microblaze/lib/Makefile
+++ b/arch/microblaze/lib/Makefile
@@ -2,7 +2,7 @@
# Makefile
#
-lib-y := memset.o checksum.o
+lib-y := memset.o
ifeq ($(CONFIG_OPT_LIB_ASM),y)
lib-y += fastcopy.o
OpenPOWER on IntegriCloud