]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/sound/driver/uaudio/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 / 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.c uaudio_pcm.c
11
12 .include <bsd.kmod.mk>