Commit 895e0d33 authored by David S. Miller's avatar David S. Miller

arch/{i386,sh}/lib/Makefile: Kill old-checksum.o

parent 8585093e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
L_TARGET = lib.a L_TARGET = lib.a
obj-y = checksum.o old-checksum.o delay.o \ obj-y = checksum.o delay.o \
usercopy.o getuser.o \ usercopy.o getuser.o \
memcpy.o strstr.o memcpy.o strstr.o
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# #
L_TARGET = lib.a L_TARGET = lib.a
obj-y = delay.o memcpy.o memset.o memmove.o memchr.o old-checksum.o \ obj-y = delay.o memcpy.o memset.o memmove.o memchr.o \
checksum.o strcasecmp.o strlen.o checksum.o strcasecmp.o strlen.o
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment