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
ARM divsi3.S: raise(SIGFPE) when called for
[minix.git]
/
drivers
/
audio
/
es1370
/
Makefile
blob
d206c2de9d0ceb881b44b13572aa7fbfdb45d6aa
1
# Makefile for the ES1371 sounddriver (SB16)
2
PROG
=
es1370
3
SRCS
=
es1370.c ak4531.c pci_helper.c
4
5
MAN
=
6
7
BINDIR?
= /
usr
/
sbin
8
9
.
include
<
bsd.prog.mk
>