mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound drivers and unload all unattached ones. attached drivers do not yet support unloading.
8 lines
160 B
Makefile
8 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_csa
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += csa.c
|
|
|
|
.include <bsd.kmod.mk>
|