diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-06-23 17:09:38 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-06-23 17:09:38 +0000 |
| commit | 6fe615f6bb31ed004e7bb02f2237a642eb58d7b9 (patch) | |
| tree | f079e596a83d9072d2a77f837849190d826f0b80 /sys/modules | |
| parent | f70f5dd367d485c3e89afe329cd5a681e06c5790 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/sound/pcm/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/sound/sound/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile index c2037cc34dac..f4f16ba9c9b5 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 vchan.c +SRCS+= mixer.c sndstat.c sound.c vchan.c .include <bsd.kmod.mk> diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index c2037cc34dac..f4f16ba9c9b5 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 vchan.c +SRCS+= mixer.c sndstat.c sound.c vchan.c .include <bsd.kmod.mk> |
