Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Makefile for x86_64-specific library files..
  3. #
  4. .S.o:
  5. $(CC) $(AFLAGS) -c $< -o $*.o
  6. CFLAGS_csum-partial.o := $(PROFILING) -funroll-loops
  7. export-objs := csum-wrappers.o
  8. L_TARGET = lib.a
  9. obj-y  = csum-partial.o csum-copy.o csum-wrappers.o delay.o 
  10. usercopy.o getuser.o putuser.o  
  11. thunk.o io.o clear_page.o copy_page.o copy_user.o 
  12. memcpy.o memset.o memmove.o bitstr.o
  13. obj-$(CONFIG_IO_DEBUG) += iodebug.o
  14. obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
  15. include $(TOPDIR)/Rules.make