Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2008 12:23:22 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186514 - head/sys/modules/usb2
Message-ID:  <200812271223.mBRCNMgJ071293@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: weongyo
Date: Sat Dec 27 12:23:22 2008
New Revision: 186514
URL: http://svn.freebsd.org/changeset/base/186514

Log:
  unbreak the build.  Decoupled the USB2's NDIS build from the default
  build.
  
  Pointy hat to:  me

Modified:
  head/sys/modules/usb2/Makefile

Modified: head/sys/modules/usb2/Makefile
==============================================================================
--- head/sys/modules/usb2/Makefile	Sat Dec 27 11:38:41 2008	(r186513)
+++ head/sys/modules/usb2/Makefile	Sat Dec 27 12:23:22 2008	(r186514)
@@ -53,7 +53,7 @@ SUBDIR += input_ms
 SUBDIR += misc
 SUBDIR += misc_dbp
 SUBDIR += misc_fm
-SUBDIR += ndis
+#SUBDIR += ndis
 SUBDIR += quirk
 SUBDIR += scanner
 SUBDIR += serial



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812271223.mBRCNMgJ071293>