f834a1168c
The mixer works, pcm support is half done.
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_au88x0
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= au88x0.c
|
|
|
|
.include <bsd.kmod.mk>
|