summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver/uaudio/Makefile
blob: 7fa025a58e18c72b758b19fc934d57a3a47a1db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

S=	${.CURDIR}/../../../..

.PATH:	$S/dev/sound/usb

KMOD=	snd_uaudio
SRCS=	bus_if.h device_if.h usb_if.h vnode_if.h
SRCS+=	opt_usb.h opt_bus.h feeder_if.h channel_if.h usbdevs.h
SRCS+=	uaudio.c uaudio_pcm.c

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud