From: Kenn H. <ke...@us...> - 2003-02-17 20:06:06
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv6196/arch/vax/boot 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/boot/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Makefile 29 Jan 2003 00:34:08 -0000 1.7 +++ Makefile 17 Feb 2003 20:05:54 -0000 1.8 @@ -5,12 +5,9 @@ # DON'T put your own dependencies here # unless it's something special (ie not a .c file). -all: head.o libboot.a +O_TARGET := boot.o -L_TARGET := libboot.a -obj-y := startup.o lib.o hexdump.o mmstart.o cpu_sel.o - -EXTRA_TARGETS = head.o +obj-y := head.o lib.o hexdump.o mmstart.o cpu_sel.o startup.o include $(TOPDIR)/Rules.make |