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.
|
#
|
|
# Makefile for FRV-specific library files..
|
|
#
|
|
|
|
lib-y := \
|
|
__ashldi3.o __lshrdi3.o __muldi3.o __ashrdi3.o __negdi2.o __ucmpdi2.o \
|
|
checksum.o memcpy.o memset.o atomic-ops.o \
|
|
outsl_ns.o outsl_sw.o insl_ns.o insl_sw.o cache.o
|
|
|