]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/sound/driver/emu10kx/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / sound / driver / emu10kx / Makefile
1 # $FreeBSD$
2 .PATH: ${.CURDIR}/../../../../dev/sound/pci
3
4 KMOD=   snd_emu10kx
5
6 SRCS=   device_if.h bus_if.h pci_if.h
7 SRCS+=  isa_if.h channel_if.h ac97_if.h mixer_if.h mpufoi_if.h
8 SRCS+=  vnode_if.h
9 # Master, PCM and MIDI devices
10 SRCS+=  emu10kx.c
11 SRCS+=  emu10kx-pcm.c
12 SRCS+=  emu10kx-midi.c
13
14 .include <bsd.kmod.mk>