402344012e
Export a number of features required to build all the modules. It also implements the following simple features: (*) csum_partial_copy_from_user() for MMU as well as no-MMU. (*) __ucmpdi2(). so that they can be exported too. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
8 lines
229 B
Makefile
8 lines
229 B
Makefile
#
|
|
# 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
|