summaryrefslogtreecommitdiff
path: root/minix/drivers/usb/usbd/Makefile
blob: 739f2f56d3d4964d8ddf559400bbd59085fd7450 (plain)
1
2
3
4
5
6
7
8
# Makefile for usb host controllers
.include <bsd.own.mk>

.if ${MACHINE_ARCH} == "earm"
SUBDIR= .WAIT base/earm
.endif

.include <bsd.subdir.mk>