From: Kenn H. <ke...@us...> - 2003-01-12 22:49:28
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/vsbus In directory sc8-pr-cvs1:/tmp/cvs-serv29259/drivers/vsbus Modified Files: Makefile Log Message: drivers/vsbus now compiles to drivers/vsbus/built-in.o like pretty much everything else. Why were we making a vsbus.a, rather than vsbus.o? Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/vsbus/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 20 May 2002 00:33:37 -0000 1.3 +++ Makefile 12 Jan 2003 22:49:24 -0000 1.4 @@ -11,7 +11,6 @@ MOD_SUB_DIRS := ALL_SUB_DIRS := -L_TARGET := vsbus.a obj-y := vsbus.o include $(TOPDIR)/Rules.make |