]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/sound/driver/uaudio/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>