opnsense-src/sys/modules/sound/driver/hdspe/Makefile
Alexander Motin e4afd792df Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).
Cards are expensive and so rare, so leave the driver as module.

Submitted by:	Ruslan Bukin <br@bsdpad.com>
MFC after:	2 weeks
2012-03-01 13:10:18 +00:00

9 lines
169 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../../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>