1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

at91dci isn't useful except on arm.

This commit is contained in:
Warner Losh 2009-01-28 08:39:48 +00:00
parent e4f9e894d4
commit c27cd4240a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187813

View File

@ -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>