mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
ddf9ddacef
The Blackfin port only implemented an optimized version of the csum_tcpudp_nofold function, so convert everything else to the new generic code. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12 lines
273 B
Makefile
12 lines
273 B
Makefile
#
|
|
# arch/blackfin/lib/Makefile
|
|
#
|
|
|
|
lib-y := \
|
|
ashldi3.o ashrdi3.o lshrdi3.o \
|
|
muldi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o \
|
|
memcpy.o memset.o memcmp.o memchr.o memmove.o \
|
|
strcmp.o strcpy.o strncmp.o strncpy.o \
|
|
umulsi3_highpart.o smulsi3_highpart.o \
|
|
ins.o outs.o
|