patch-2.4.20 linux-2.4.20/arch/x86_64/lib/Makefile

Next file: linux-2.4.20/arch/x86_64/lib/bitstr.c
Previous file: linux-2.4.20/arch/x86_64/kernel/x8664_ksyms.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/x86_64/lib/Makefile linux-2.4.20/arch/x86_64/lib/Makefile
@@ -0,0 +1,21 @@
+#
+# 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)