minix3/drivers/usb/Makefile

10 lines
158 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
.include <bsd.own.mk>
.if ${MACHINE_ARCH} == "earm"
SUBDIR+= usbd
.endif # ${MACHINE_ARCH} == "earm"
SUBDIR+= usb_storage usb_hub
.include <bsd.subdir.mk>