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