diff options
author | cg <cg@FreeBSD.org> | 2000-09-06 20:10:55 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-09-06 20:10:55 +0000 |
commit | 434a1025042d2625c28d3117a4924eea84fe1160 (patch) | |
tree | 5f6de7e17baafd812e830b8cf62cdd7869ebcda0 /sys/modules/sound | |
parent | bdb3aefeb6dfbf773cc4e9b209c8f22999263d54 (diff) | |
download | FreeBSD-src-434a1025042d2625c28d3117a4924eea84fe1160.zip FreeBSD-src-434a1025042d2625c28d3117a4924eea84fe1160.tar.gz |
ess maestro driver - not enabled by default
Submitted by: Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
Diffstat (limited to 'sys/modules/sound')
-rw-r--r-- | sys/modules/sound/driver/maestro/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/maestro/Makefile b/sys/modules/sound/driver/maestro/Makefile new file mode 100644 index 0000000..01de270 --- /dev/null +++ b/sys/modules/sound/driver/maestro/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_maestro +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += maestro.c + +.include <bsd.kmod.mk> |