summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2009-01-28 11:04:27 +0000
committerglebius <glebius@FreeBSD.org>2009-01-28 11:04:27 +0000
commit8e67c28f0b269cea4521d550340df05b9b739925 (patch)
treeb0d558e3fbbb4b93ba0a00cc87b3cb8963a613b8 /sys/modules
parent1f1b367cb74a1ba56c30c1bcdb8340e73d089fa8 (diff)
downloadFreeBSD-src-8e67c28f0b269cea4521d550340df05b9b739925.zip
FreeBSD-src-8e67c28f0b269cea4521d550340df05b9b739925.tar.gz
Fix typo in last commit.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb2/Makefile b/sys/modules/usb2/Makefile
index 1b25454..f0e1340 100644
--- a/sys/modules/usb2/Makefile
+++ b/sys/modules/usb2/Makefile
@@ -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
OpenPOWER on IntegriCloud