From: Dave A. <ai...@us...> - 2001-02-23 06:30:01
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers In directory usw-pr-cvs1:/tmp/cvs-serv1911/drivers Modified Files: Makefile Log Message: start to get rid os VSABUS .. called it VSBUS from here on in this make break some ppl's configs Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 2001/01/26 00:27:00 1.2 +++ Makefile 2001/02/22 22:15:07 1.3 @@ -37,7 +37,7 @@ subdir-$(CONFIG_ISDN) += isdn subdir-$(CONFIG_ATM) += atm subdir-$(CONFIG_FC4) += fc4 -subdir-$(CONFIG_VSABUS) += vsbus +subdir-$(CONFIG_VSBUS) += vsbus # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set -- ch subdir-$(CONFIG_HAMRADIO) += net/hamradio |