From: Kenn H. <ke...@us...> - 2002-07-18 23:36:22
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers In directory usw-pr-cvs1:/tmp/cvs-serv30971 Modified Files: Makefile Log Message: Add drivers/vax subdir to build - all VAX-related drivers will go in here to simplify merging with Linus later Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 6 Jun 2002 00:12:24 -0000 1.3 +++ Makefile 18 Jul 2002 23:36:16 -0000 1.4 @@ -39,6 +39,7 @@ subdir-$(CONFIG_ISDN) += isdn subdir-$(CONFIG_ATM) += atm subdir-$(CONFIG_FC4) += fc4 +subdir-$(CONFIG_VAX) += vax subdir-$(CONFIG_VSBUS) += vsbus # CONFIG_HAMRADIO can be set without CONFIG_NETDEVICE being set -- ch |