xref: /dragonfly/sys/dev/sound/driver/emu10kx/Makefile (revision 47b126bb)
1# $FreeBSD: head/sys/modules/sound/driver/emu10kx/Makefile 230915 2012-02-02 17:25:39Z joel $
2.PATH: ${.CURDIR}/../../../../dev/sound/pci
3
4KMOD=	snd_emu10kx
5
6SRCS=	device_if.h bus_if.h pci_if.h
7SRCS+=	channel_if.h ac97_if.h mixer_if.h
8# Master, PCM and MIDI devices
9SRCS+=	emu10kx.c
10SRCS+=	emu10kx-pcm.c
11
12.include <bsd.kmod.mk>
13