mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
communication lines got crossed. Apologies to avatar@ for the confusion. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|