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.
13 lines
305 B
13 lines
305 B
20 years ago
|
#
|
||
|
# Makefile for x86_64-specific library files.
|
||
|
#
|
||
|
|
||
|
CFLAGS_csum-partial.o := -funroll-loops
|
||
|
|
||
|
obj-y := io.o
|
||
|
|
||
|
lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \
|
||
|
usercopy.o getuser.o putuser.o \
|
||
|
thunk.o clear_page.o copy_page.o bitstr.o bitops.o
|
||
|
lib-y += memcpy.o memmove.o memset.o copy_user.o
|