From d44ed63bdcbe993e6e25d0944b090d02af2186a5 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 23 Feb 2009 21:19:18 +0000 Subject: Move the uaudio and ata-usb drivers into their correct locations. --- sys/modules/sound/driver/uaudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/sound') 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 -- cgit v1.1