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
/
es1370
/
Makefile
blob
0fe5b1338555e71d8c6ff5ff49022914ff8ec474
1
# Makefile for the ES1371 sounddriver (SB16)
2
PROG
=
es1370
3
SRCS
=
es1370.c ak4531.c pci_helper.c
4
5
.
include
<
minix.service.mk
>