summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-06-07 20:16:17 +0000
committercg <cg@FreeBSD.org>2001-06-07 20:16:17 +0000
commitd2393db21652b2669cbc09533aa2f6a48f493ba8 (patch)
treed87c5ac299e35d03a6b91d74b7d2eabd55e7d5c9 /sys/modules
parent837f5dc010e36b95311968b067620d24a73fa030 (diff)
downloadFreeBSD-src-d2393db21652b2669cbc09533aa2f6a48f493ba8.zip
FreeBSD-src-d2393db21652b2669cbc09533aa2f6a48f493ba8.tar.gz
enable vchan building
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sound/pcm/Makefile2
-rw-r--r--sys/modules/sound/sound/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index 0833815..c2037cc 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -8,6 +8,6 @@ SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h
SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.c
SRCS+= ac97.c buffer.c channel.c dsp.c fake.c
SRCS+= feeder.c feeder_fmt.c feeder_rate.c
-SRCS+= mixer.c sound.c
+SRCS+= mixer.c sound.c vchan.c
.include <bsd.kmod.mk>
diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile
index 0833815..c2037cc 100644
--- a/sys/modules/sound/sound/Makefile
+++ b/sys/modules/sound/sound/Makefile
@@ -8,6 +8,6 @@ SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h
SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.c
SRCS+= ac97.c buffer.c channel.c dsp.c fake.c
SRCS+= feeder.c feeder_fmt.c feeder_rate.c
-SRCS+= mixer.c sound.c
+SRCS+= mixer.c sound.c vchan.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud