You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
284 B
12 lines
284 B
18 years ago
|
#
|
||
|
# arch/blackfin/lib/Makefile
|
||
|
#
|
||
|
|
||
|
lib-y := \
|
||
|
ashldi3.o ashrdi3.o lshrdi3.o \
|
||
|
muldi3.o divsi3.o udivsi3.o modsi3.o umodsi3.o \
|
||
|
checksum.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
|