summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-01-28 08:39:48 +0000
committerimp <imp@FreeBSD.org>2009-01-28 08:39:48 +0000
commit390e30c82cf0bca964e300d873e8e5b83bb86bd5 (patch)
treeb2db73384b6e9fad1509f9812e38d69b608e367b /sys/modules
parent89c6c71f34fb4e759767d6f0d4a293a922f09bb5 (diff)
downloadFreeBSD-src-390e30c82cf0bca964e300d873e8e5b83bb86bd5.zip
FreeBSD-src-390e30c82cf0bca964e300d873e8e5b83bb86bd5.tar.gz
at91dci isn't useful except on arm.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/usb2/Makefile b/sys/modules/usb2/Makefile
index 1cee9ca..1b25454 100644
--- a/sys/modules/usb2/Makefile
+++ b/sys/modules/usb2/Makefile
@@ -30,7 +30,9 @@ SUBDIR += bluetooth
SUBDIR += bluetooth_ng
SUBDIR += bluetooth_fw
SUBDIR += controller
+.if ${MACHINE_ARCH} == "arm"
SUBDIR += controller_at91dci
+#endif
SUBDIR += controller_ehci
SUBDIR += controller_musb
SUBDIR += controller_ohci
@@ -87,4 +89,3 @@ SUBDIR += wlan_rum
SUBDIR += wlan_zyd
.include <bsd.subdir.mk>
-
OpenPOWER on IntegriCloud