summaryrefslogtreecommitdiff
path: root/minix/drivers/usb/Makefile
blob: 6ebeeb593988975fe8b1a7b35bb81e8858696ca6 (plain)
1
2
3
4
5
6
7
8
9
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "earm"
SUBDIR+=	usbd
.endif # ${MACHINE_ARCH} == "earm"

SUBDIR+=	usb_storage usb_hub

.include <bsd.subdir.mk>