patch-2.4.15 linux/arch/ppc/lib/Makefile
Next file: linux/arch/ppc/lib/dec_and_lock.c
Previous file: linux/arch/ppc/kernel/walnut_setup.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri Nov 16 10:10:08 2001
-  Orig file: 
v2.4.14/linux/arch/ppc/lib/Makefile
-  Orig date: 
Mon May 21 17:04:47 2001
diff -u --recursive --new-file v2.4.14/linux/arch/ppc/lib/Makefile linux/arch/ppc/lib/Makefile
@@ -1,4 +1,4 @@
-# BK Id: SCCS/s.Makefile 1.7 05/17/01 18:14:22 cort
+# BK Id: SCCS/s.Makefile 1.10 11/08/01 07:57:40 paulus
 #
 #
 # Makefile for ppc-specific library files..
@@ -8,7 +8,9 @@
 
 O_TARGET		:= lib.o
 
-obj-y			:= checksum.o string.o strcase.o
+export-objs		:= dec_and_lock.o
+
+obj-y			:= checksum.o string.o strcase.o dec_and_lock.o
 
 obj-$(CONFIG_SMP)	+= locks.o
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)