mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -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
166 B
Makefile
8 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/isa
|
|
KMOD = snd_ad1816
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += ad1816.c
|
|
|
|
.include <bsd.kmod.mk>
|