Makefile
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
- #
- # Makefile for x86_64-specific library files..
- #
- .S.o:
- $(CC) $(AFLAGS) -c $< -o $*.o
- CFLAGS_csum-partial.o := $(PROFILING) -funroll-loops
- export-objs := csum-wrappers.o
- L_TARGET = lib.a
- obj-y = csum-partial.o csum-copy.o csum-wrappers.o delay.o
- usercopy.o getuser.o putuser.o
- thunk.o io.o clear_page.o copy_page.o copy_user.o
- memcpy.o memset.o memmove.o bitstr.o
- obj-$(CONFIG_IO_DEBUG) += iodebug.o
- obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
- include $(TOPDIR)/Rules.make