9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
# Makefile for usb host controllers
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MACHINE_ARCH} == "earm"
|
||
|
SUBDIR= .WAIT base/earm
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|