4f767b9d7d
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.
9 lines
168 B
Makefile
9 lines
168 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
|
KMOD = snd_t4dwave
|
|
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
|
SRCS += t4dwave.c
|
|
|
|
.include <bsd.kmod.mk>
|