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
/
sensors
/
Makefile
blob
071d48cb963e4fdae5cbf5d8e037dfb30d303912
1
.
include
<
bsd.own.mk
>
2
3
.if
${
MACHINE_ARCH
} ==
"earm"
4
SUBDIR
+=
bmp085
5
SUBDIR
+=
sht21
6
SUBDIR
+=
tsl2550
7
.
endif
# ${MACHINE_ARCH} == "earm"
8
9
.
include
<
bsd.subdir.mk
>