summaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/cs4281/Makefile
blob: 0a9f529eb7626a8bfbbd0766b5d47ab1849f7ef8 (plain)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/dev/sound/pci

KMOD=	snd_cs4281
SRCS=	device_if.h bus_if.h pci_if.h
SRCS+=	cs4281.c

.include <bsd.kmod.mk>