summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver/emu10kx/Makefile
blob: 0481e6c76bac1e333ef57909b6a0838289c9c1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$
.PATH: ${.CURDIR}/../../../../dev/sound/pci \
       ${.CURDIR}/../../../../gnu/dev/sound/pci

KMOD=	snd_emu10kx

SRCS=	device_if.h bus_if.h pci_if.h
SRCS+=	isa_if.h channel_if.h ac97_if.h mixer_if.h mpufoi_if.h
SRCS+=	vnode_if.h
# Master, PCM and MIDI devices
SRCS+=	emu10kx.c
SRCS+=	emu10kx-pcm.c
SRCS+=	emu10kx-midi.c
SRCS+=	emuxkireg.h

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