From: Kenn H. <ke...@us...> - 2003-02-17 20:06:03
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv6196/arch/vax/mm 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/mm/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:55 -0000 1.5 @@ -5,7 +5,6 @@ # DON'T put your own dependencies here # unless it's something special (ie not a .c file). -O_TARGET := mm.o obj-y := init.o pgtable.o pgalloc.o ioremap.o extable.o fault.o include $(TOPDIR)/Rules.make |