mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
|
|
KMOD= snd_csa
|
|
SRCS= device_if.h bus_if.h pci_if.h
|
|
SRCS+= csa.c csapcm.c
|
|
|
|
.include <bsd.kmod.mk>
|