2007-11-23 12:30:50 +01:00
|
|
|
# Makefile for the ES1371 sounddriver (SB16)
|
2010-03-22 22:25:22 +01:00
|
|
|
PROG= es1371
|
|
|
|
SRCS= es1371.c AC97.c pci_helper.c wait.c sample_rate_converter.c
|
2007-11-23 12:30:50 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
MAN=
|
2007-11-23 12:40:33 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
BINDIR?= /usr/sbin
|
2007-11-23 12:30:50 +01:00
|
|
|
|
2010-03-22 22:25:22 +01:00
|
|
|
.include <minix.prog.mk>
|