summaryrefslogtreecommitdiffstats
path: root/sys/modules
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
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')
-rw-r--r--sys/modules/ata/atausb/Makefile3
-rw-r--r--sys/modules/sound/driver/uaudio/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ata/atausb/Makefile b/sys/modules/ata/atausb/Makefile
index 3f4d8d0..714adfe 100644
--- a/sys/modules/ata/atausb/Makefile
+++ b/sys/modules/ata/atausb/Makefile
@@ -4,6 +4,7 @@
KMOD= atausb
SRCS= ata-usb.c
-SRCS+= opt_usb.h opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
+SRCS+= opt_bus.h opt_usb.h opt_ata.h usbdevs.h
+SRCS+= ata_if.h device_if.h bus_if.h pci_if.h usb_if.h
.include <bsd.kmod.mk>
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