10 lines
158 B
Makefile
10 lines
158 B
Makefile
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR+= usbd
|
||
|
.endif # ${MACHINE_ARCH} == "earm"
|
||
|
|
||
|
SUBDIR+= usb_storage usb_hub
|
||
|
|
||
|
.include <bsd.subdir.mk>
|