ed3391fd23
Change-Id: Ia3c50a8c5e11bf20100354de266913112cc236f9 http://gerrit.minix3.org/#/c/2689/
11 lines
149 B
Makefile
Executable file
11 lines
149 B
Makefile
Executable file
# Makefile for usb host controllers
|
|
|
|
.if ${MACHINE_ARCH} == "earm"
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= .WAIT base/earm
|
|
|
|
.include <bsd.subdir.mk>
|
|
|
|
.endif
|