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

Warner Losh imp at FreeBSD.org
Wed Jan 28 00:39:49 PST 2009


Author: imp
Date: Wed Jan 28 08:39:48 2009
New Revision: 187813
URL: http://svn.freebsd.org/changeset/base/187813

Log:
  at91dci isn't useful except on arm.

Modified:
  head/sys/modules/usb2/Makefile

Modified: head/sys/modules/usb2/Makefile
==============================================================================
--- head/sys/modules/usb2/Makefile	Wed Jan 28 07:46:35 2009	(r187812)
+++ head/sys/modules/usb2/Makefile	Wed Jan 28 08:39:48 2009	(r187813)
@@ -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>
-


More information about the svn-src-head mailing list