/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

  1. #
  2. # Makefile for x86_64-specific library files.
  3. #
  4. CFLAGS_csum-partial.o := -funroll-loops
  5. obj-y := io.o
  6. lib-y := csum-partial.o csum-copy.o csum-wrappers.o delay.o \
  7. usercopy.o getuser.o putuser.o \
  8. thunk.o clear_page.o copy_page.o bitstr.o bitops.o
  9. lib-y += memcpy.o memmove.o memset.o copy_user.o
  10. lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o