summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-07-31 17:22:30 +0000
committernsayer <nsayer@FreeBSD.org>2000-07-31 17:22:30 +0000
commitca266056f480242539ce95ff0d0dabd51aa81132 (patch)
treec7bc62479d960c083eec30597e4c0cd91ed713f5 /sys/modules/sound
parentfb1049d3394be4769a5d3094fa4206a5db6300c1 (diff)
downloadFreeBSD-src-ca266056f480242539ce95ff0d0dabd51aa81132.zip
FreeBSD-src-ca266056f480242539ce95ff0d0dabd51aa81132.tar.gz
Add the module Makefile for the newly committed ESS solo sound driver.
It will be connected to the parent Makefile after more testing.
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/solo/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/solo/Makefile b/sys/modules/sound/driver/solo/Makefile
new file mode 100644
index 0000000..ee73b7b
--- /dev/null
+++ b/sys/modules/sound/driver/solo/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+KMOD = snd_solo
+SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS += solo.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud