mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -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_es1888
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += es1888.c
|
|
|
|
.include <bsd.kmod.mk>
|