]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/sound/driver/emu10kx/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>