mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
8 lines
155 B
Makefile
8 lines
155 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/sound/pci
|
|
|
|
KMOD= snd_csa
|
|
SRCS= device_if.h bus_if.h mpufoi_if.h pci_if.h
|
|
SRCS+= csa.c csamidi.c csapcm.c
|
|
|
|
.include <bsd.kmod.mk>
|