Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 11:04:27 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r187816 - head/sys/modules/usb2
Message-ID:  <200901281104.n0SB4Rgj017975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed Jan 28 11:04:27 2009
New Revision: 187816
URL: http://svn.freebsd.org/changeset/base/187816

Log:
  Fix typo in last commit.

Modified:
  head/sys/modules/usb2/Makefile

Modified: head/sys/modules/usb2/Makefile
==============================================================================
--- head/sys/modules/usb2/Makefile	Wed Jan 28 10:41:10 2009	(r187815)
+++ head/sys/modules/usb2/Makefile	Wed Jan 28 11:04:27 2009	(r187816)
@@ -32,7 +32,7 @@ SUBDIR += bluetooth_fw
 SUBDIR += controller
 .if ${MACHINE_ARCH} == "arm"
 SUBDIR += controller_at91dci
-#endif
+.endif
 SUBDIR += controller_ehci
 SUBDIR += controller_musb
 SUBDIR += controller_ohci



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