repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
drivers
/
usb
/
usbd
/
Makefile
blob
739f2f56d3d4964d8ddf559400bbd59085fd7450
1
# Makefile for usb host controllers
2
.
include
<
bsd.own.mk
>
3
4
.if
${
MACHINE_ARCH
} ==
"earm"
5
SUBDIR
=
.WAIT base
/
earm
6
.
endif
7
8
.
include
<
bsd.subdir.mk
>