diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-04-09 12:04:44 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-04-09 12:04:44 +0000 |
| commit | 3bf5344663e0bad43d2b239484218cfea3a243d0 (patch) | |
| tree | 5df9a8a0a7671e6544ac0b3baa8ed4b4f546a715 /sys | |
| parent | 5c7f33e12c66fbea433a9a63c3ec1772ef29176f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/modules/sound/pcm/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/sound/sound/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index 604189ccf8ad..c4d5e441375d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -504,7 +504,7 @@ dev/sound/pcm/fake.c optional pcm dev/sound/pcm/feeder.c optional pcm dev/sound/pcm/feeder_if.m optional pcm dev/sound/pcm/feeder_fmt.c optional pcm -#dev/sound/pcm/feeder_rate.c optional pcm +dev/sound/pcm/feeder_rate.c optional pcm dev/sound/pcm/mixer.c optional pcm dev/sound/pcm/mixer_if.m optional pcm dev/sound/pcm/sound.c optional pcm diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile index ea1b8ecdb1ea..083381538a90 100644 --- a/sys/modules/sound/pcm/Makefile +++ b/sys/modules/sound/pcm/Makefile @@ -7,7 +7,7 @@ SRCS= device_if.h bus_if.h isa_if.h pci_if.h 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 +SRCS+= feeder.c feeder_fmt.c feeder_rate.c SRCS+= mixer.c sound.c .include <bsd.kmod.mk> diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index ea1b8ecdb1ea..083381538a90 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -7,7 +7,7 @@ SRCS= device_if.h bus_if.h isa_if.h pci_if.h 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 +SRCS+= feeder.c feeder_fmt.c feeder_rate.c SRCS+= mixer.c sound.c .include <bsd.kmod.mk> |
