Remove some old ioctls and structs which were there for backwards
[dragonfly.git] / sys / dev / sound / pcm / Makefile
1 # $FreeBSD: src/sys/modules/sound/pcm/Makefile,v 1.3.2.4 2003/02/07 16:26:45 orion Exp $
2 # $DragonFly: src/sys/dev/sound/pcm/Makefile,v 1.2 2003/06/17 04:28:46 dillon Exp $
3
4 .PATH:          ${.CURDIR}/../../../dev/sound/pcm
5 KMOD            = snd_pcm
6 SRCS            = device_if.h bus_if.h isa_if.h pci_if.h
7 SRCS            += ac97_if.h channel_if.h feeder_if.h mixer_if.h
8 SRCS            += ac97_if.c channel_if.c feeder_if.c mixer_if.c
9 SRCS            += ac97.c ac97_patch.c buffer.c channel.c dsp.c
10 SRCS            += fake.c feeder.c feeder_fmt.c feeder_rate.c
11 SRCS            += mixer.c sndstat.c sound.c vchan.c
12
13 .include <bsd.kmod.mk>