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
Remove building with NOCRYPTO option
[minix3.git]
/
minix
/
drivers
/
system
/
Makefile
blob
00033c6be6711a13d31174f14fffbb21944ae94d
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"earm"
4
SUBDIR
+=
gpio
5
.
endif
# ${MACHINE_ARCH} == "earm"
6
7
SUBDIR
+=
log
8
SUBDIR
+=
random
9
10
.
include
<
bsd.subdir.mk
>