/arch/x86_64/lib/Makefile
https://bitbucket.org/evzijst/gittest · Makefile · 14 lines · 7 code · 4 blank · 3 comment · 0 complexity · ac5e8c48728ea9aea9dd17dcfd7d7694 MD5 · raw file
- #
- # 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
- lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o