svn commit: r187816 - head/sys/modules/usb2

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 28 03:04:28 PST 2009


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


More information about the svn-src-head mailing list