summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound/driver
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 21:19:18 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 21:19:18 +0000
commitd44ed63bdcbe993e6e25d0944b090d02af2186a5 (patch)
tree14628d3e034de731d2ddebaf5b9d40f93c9506eb /sys/modules/sound/driver
parent644f63d68b32643bf09dda1bb1cd0e102f4fbf43 (diff)
downloadFreeBSD-src-d44ed63bdcbe993e6e25d0944b090d02af2186a5.zip
FreeBSD-src-d44ed63bdcbe993e6e25d0944b090d02af2186a5.tar.gz
Move the uaudio and ata-usb drivers into their correct locations.
Diffstat (limited to 'sys/modules/sound/driver')
-rw-r--r--sys/modules/sound/driver/uaudio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sound/driver/uaudio/Makefile b/sys/modules/sound/driver/uaudio/Makefile
index 0df1fe4..7fa025a 100644
--- a/sys/modules/sound/driver/uaudio/Makefile
+++ b/sys/modules/sound/driver/uaudio/Makefile
@@ -2,7 +2,7 @@
S= ${.CURDIR}/../../../..
-.PATH: $S/dev/usb/sound
+.PATH: $S/dev/sound/usb
KMOD= snd_uaudio
SRCS= bus_if.h device_if.h usb_if.h vnode_if.h
OpenPOWER on IntegriCloud