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