at91dci isn't useful except on arm.

This commit is contained in:
imp 2009-01-28 08:39:48 +00:00
parent 89c6c71f34
commit 390e30c82c

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>