]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/sound/driver/uaudio/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / sound / driver / uaudio / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../../../..
4
5 .PATH:  $S/dev/sound/usb
6
7 KMOD=   snd_uaudio
8 SRCS=   bus_if.h device_if.h usb_if.h vnode_if.h
9 SRCS+=  opt_usb.h opt_bus.h feeder_if.h channel_if.h usbdevs.h
10 SRCS+=  uaudio_pcm.c uaudio.c 
11
12 .include <bsd.kmod.mk>