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
/
audio
/
Makefile.inc
blob
d32baf3935dfcac0821e52ab862b9f5f4eb74500
1
BINDIR?= /service
2
MAN?=
3
4
DPADD+= ${LIBAUDIODRIVER} ${LIBCHARDRIVER} ${LIBSYS}
5
LDADD+= -laudiodriver -lchardriver -lsys
6
7
.include "../Makefile.inc"