aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-02-23 18:32:59 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-02-23 18:32:59 +0000
commit7d0d268b8a67f28ccefdd0b8ce6fb38acac78d80 (patch)
treecf1908ac46a75c0b3f0f81413a9cb3e57a8fdfc5 /sys/modules/sound/driver
parent02ac6454880b59bbc5f3f74dffaffa90b30adc8b (diff)
Notes
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 ff92551bb61e..0df1fe476357 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>