Makefile 223 B

12345678910
  1. #
  2. # Makefile for i386-specific library files..
  3. #
  4. lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \
  5. bitops.o
  6. lib-$(CONFIG_X86_USE_3DNOW) += mmx.o
  7. lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o