summaryrefslogtreecommitdiffstats
path: root/sys/modules/ehci/Makefile
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 18:16:17 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 18:16:17 +0000
commit44cdb003f768f8f466e2546d2963fd109144656d (patch)
tree8f5871490a716fe01fdd8316568d9ba35036b3fa /sys/modules/ehci/Makefile
parentffd00ec82d4a755e3b6446e81ff6edf721cdf88d (diff)
downloadFreeBSD-src-44cdb003f768f8f466e2546d2963fd109144656d.zip
FreeBSD-src-44cdb003f768f8f466e2546d2963fd109144656d.tar.gz
Move usb to a graveyard location under sys/legacy/dev, it is intended that the
new USB2 stack will fully replace this for 8.0. Remove kernel modules, a subsequent commit will update conf/files. Unhook usbdevs from the build.
Diffstat (limited to 'sys/modules/ehci/Makefile')
-rw-r--r--sys/modules/ehci/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/modules/ehci/Makefile b/sys/modules/ehci/Makefile
deleted file mode 100644
index 2acf37b..0000000
--- a/sys/modules/ehci/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-S= ${.CURDIR}/../..
-
-.PATH: $S/dev/usb $S/pci
-
-KMOD= ehci
-SRCS= bus_if.h device_if.h \
- opt_usb.h \
- ehci_pci.c ehci.c ehcireg.h ehcivar.h \
- pci_if.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud