repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: scheduling fix for ARM
[minix.git]
/
lib
/
libaudiodriver
/
Makefile
blob
3466d2cb336cf52402811586574744dc326f654b
1
# Makefile for the common audio framework
2
3
LIB
=
audiodriver
4
SRCS
=
audio_fw.c liveupdate.c
5
6
.
include
<
bsd.lib.mk
>