mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Cards are expensive and so rare, so leave the driver as module. Submitted by: Ruslan Bukin <br@bsdpad.com> MFC after: 2 weeks
9 lines
169 B
Makefile
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>
|