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
make vfs & filesystems use failable copying
[minix3.git]
/
lib
/
libaudiodriver
/
Makefile
blob
eb2319972869765bbe3dd473823a0b8c4cc0551e
1
# Makefile for the common audio framework
2
NOGCCERROR
=
yes
3
NOCLANGERROR
=
yes
4
5
LIB
=
audiodriver
6
SRCS
=
audio_fw.c liveupdate.c
7
8
.
include
<
bsd.lib.mk
>