From: Kenn H. <ke...@us...> - 2003-02-17 20:06:03
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/lib In directory sc8-pr-cvs1:/tmp/cvs-serv6196/arch/vax/lib Modified Files: Makefile Log Message: Sync up with kbuild changes in 2.5.37. Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/lib/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile 23 Jan 2003 23:06:12 -0000 1.4 +++ Makefile 17 Feb 2003 20:05:54 -0000 1.5 @@ -5,7 +5,8 @@ # DON'T put your own dependencies here # unless it's something special (ie not a .c file). -L_TARGET := libio.a +L_TARGET := lib.a + obj-y := string.o console.o negdi.o checksum.o lshrdi3.o strncpy_user.o \ copy_tofrom_user.o strnlen_user.o clear_user.o |