summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/pcm/Makefile
blob: 14443bf8c5848ba5a51d8153f35cfa537235a05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud