From: Kenn H. <ke...@us...> - 2003-03-21 00:10:04
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv10428/arch/vax/boot Modified Files: Makefile Log Message: Small Makefile changes due to kbuild changes in 2.5.41 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile 17 Feb 2003 20:05:54 -0000 1.8 +++ Makefile 21 Mar 2003 00:10:00 -0000 1.9 @@ -5,8 +5,6 @@ # DON'T put your own dependencies here # unless it's something special (ie not a .c file). -O_TARGET := boot.o - obj-y := head.o lib.o hexdump.o mmstart.o cpu_sel.o startup.o include $(TOPDIR)/Rules.make |