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

KMOD=	snd_hdspe
SRCS=	device_if.h bus_if.h pci_if.h
SRCS+=	hdspe.c hdspe-pcm.c hdspe.h

.include <bsd.kmod.mk>