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
some coverity fixes.
[minix.git]
/
drivers
/
audio
/
es1371
/
Makefile
blob
6f4c6f854597be4a03d449f21c3ad1488f5d94ed
1
# Makefile for the ES1371 sounddriver (SB16)
2
PROG
=
es1371
3
SRCS
=
es1371.c AC97.c pci_helper.c wait.c sample_rate_converter.c
4
5
MAN
=
6
7
BINDIR?
= /
usr
/
sbin
8
9
.
include
<
bsd.prog.mk
>