summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 18:32:59 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 18:32:59 +0000
commit415f7bca41f88b583d3b88b644431a7ef174492c (patch)
treecf1908ac46a75c0b3f0f81413a9cb3e57a8fdfc5 /sys/modules/sound/driver
parent111a707d99983acd73c4212036000aa3e88425b6 (diff)
downloadFreeBSD-src-415f7bca41f88b583d3b88b644431a7ef174492c.zip
FreeBSD-src-415f7bca41f88b583d3b88b644431a7ef174492c.tar.gz
Hook up new USB modules.
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/uaudio/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/sound/driver/uaudio/Makefile b/sys/modules/sound/driver/uaudio/Makefile
index ff92551..0df1fe4 100644
--- a/sys/modules/sound/driver/uaudio/Makefile
+++ b/sys/modules/sound/driver/uaudio/Makefile
@@ -1,9 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../../dev/sound/usb
+S= ${.CURDIR}/../../../..
+
+.PATH: $S/dev/usb/sound
KMOD= snd_uaudio
-SRCS= device_if.h bus_if.h opt_usb.h
+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