patch-2.4.21 linux-2.4.21/arch/ppc64/lib/Makefile

Next file: linux-2.4.21/arch/ppc64/lib/copypage.S
Previous file: linux-2.4.21/arch/ppc64/kernel/xics.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc64/lib/Makefile linux-2.4.21/arch/ppc64/lib/Makefile
@@ -6,6 +6,9 @@
 
 O_TARGET = lib.o
 
-obj-y           := checksum.o dec_and_lock.o string.o strcase.o
+export-objs     := dec_and_lock.o
+
+obj-y           := checksum.o dec_and_lock.o string.o strcase.o copypage.o \
+		   memcpy.o copyuser.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)