|
|
| File: [Development] / linux-2.4-xfs / arch / x86_64 / lib / Makefile (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
# # 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