some coverity fixes.
[minix.git] / drivers / audio / es1371 / Makefile
blob6f4c6f854597be4a03d449f21c3ad1488f5d94ed
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
5 MAN=
7 BINDIR?= /usr/sbin
9 .include <bsd.prog.mk>