summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/pcm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/sound/pcm/Makefile')
-rw-r--r--sys/modules/sound/pcm/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/modules/sound/pcm/Makefile b/sys/modules/sound/pcm/Makefile
index 14443bf..ea1b8ec 100644
--- a/sys/modules/sound/pcm/Makefile
+++ b/sys/modules/sound/pcm/Makefile
@@ -1,12 +1,13 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../dev/sound/pcm
-KMOD = snd_pcm
-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 += mixer.c sound.c
+.PATH: ${.CURDIR}/../../../dev/sound/pcm
+
+KMOD= snd_pcm
+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+= mixer.c sound.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud