diff options
-rw-r--r-- | sys/modules/usb2/Makefile | 3 |
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> - |