xref: /dragonfly/sys/dev/sound/driver/hdspe/Makefile (revision 0ffa96a2)
1# $FreeBSD: head/sys/modules/sound/driver/hdspe/Makefile 232337 2012-03-01 13:10:18Z mav $
2
3.PATH: ${.CURDIR}/../../pci
4
5KMOD=	snd_hdspe
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	hdspe.c hdspe-pcm.c
8
9.include <bsd.kmod.mk>
10