diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-02-07 14:05:34 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2003-02-07 14:05:34 +0000 |
| commit | 3febcc57ecb5fb54e123852ee8b07557b4bde0fe (patch) | |
| tree | bb7186a3521199202c6d88ec66567221b0ead322 /sys/modules | |
| parent | 6780ab54325a71e7e70112b11657973edde8655e (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, 4 insertions, 0 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile index 439b4b48a444..f540aebed7bb 100644 --- a/sys/modules/sound/pcm/Makefile +++ b/sys/modules/sound/pcm/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/sound/pcm +.PATH: ${.CURDIR}/../../../dev/sound/isa KMOD= snd_pcm SRCS= device_if.h bus_if.h isa_if.h pci_if.h @@ -9,6 +10,7 @@ SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.c SRCS+= ac97.c ac97_patch.c buffer.c channel.c dsp.c SRCS+= fake.c feeder.c feeder_fmt.c feeder_rate.c SRCS+= mixer.c sndstat.c sound.c vchan.c +SRCS+= sndbuf_dma.c EXPORT_SYMS= YES # XXX evaluate diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 439b4b48a444..f540aebed7bb 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/sound/pcm +.PATH: ${.CURDIR}/../../../dev/sound/isa KMOD= snd_pcm SRCS= device_if.h bus_if.h isa_if.h pci_if.h @@ -9,6 +10,7 @@ SRCS+= ac97_if.c channel_if.c feeder_if.c mixer_if.c SRCS+= ac97.c ac97_patch.c buffer.c channel.c dsp.c SRCS+= fake.c feeder.c feeder_fmt.c feeder_rate.c SRCS+= mixer.c sndstat.c sound.c vchan.c +SRCS+= sndbuf_dma.c EXPORT_SYMS= YES # XXX evaluate |
