diff options
author | cg <cg@FreeBSD.org> | 2000-08-29 16:12:28 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-08-29 16:12:28 +0000 |
commit | 6fbcea0a07ead0674172b851c014cf2c1fcd5c28 (patch) | |
tree | d55826132a6ade9c49bfb24311414e9c2b04174d /sys/modules/sound | |
parent | 6624e24cd366b93898205237b911bbb2f5ccd9ff (diff) | |
download | FreeBSD-src-6fbcea0a07ead0674172b851c014cf2c1fcd5c28.zip FreeBSD-src-6fbcea0a07ead0674172b851c014cf2c1fcd5c28.tar.gz |
add driver for forte-media fm801
PR: conf/20698
Submitted by: dimmy the wild <diwil@dataart.com>
Diffstat (limited to 'sys/modules/sound')
-rw-r--r-- | sys/modules/sound/driver/fm801/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/fm801/Makefile b/sys/modules/sound/driver/fm801/Makefile new file mode 100644 index 0000000..af68e15 --- /dev/null +++ b/sys/modules/sound/driver/fm801/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../../dev/sound/pci +KMOD = snd_fm801 +SRCS = device_if.h bus_if.h isa_if.h pci_if.h +SRCS += fm801.c + +.include <bsd.kmod.mk> |