Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13319/arch/vax/lib
Modified Files:
Makefile
Log Message:
kbuild changes for 2.5.71
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/lib/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile 10 Jul 2003 00:13:16 -0000 1.6
+++ Makefile 10 Sep 2003 08:56:19 -0000 1.7
@@ -1,12 +1,7 @@
#
# Makefile for the linux kernel.
#
-# Note! Dependencies are done automagically
-# DON'T put your own dependencies here
-# unless it's something special (ie not a .c file).
-L_TARGET := lib.a
-
-obj-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o \
+lib-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o \
copy_tofrom_user.o strnlen_user.o clear_user.o
|