summaryrefslogtreecommitdiffstats
path: root/sys/modules/u3g/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/u3g/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/u3g/Makefile')
-rw-r--r--sys/modules/u3g/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/modules/u3g/Makefile b/sys/modules/u3g/Makefile
deleted file mode 100644
index b2e1ffd..0000000
--- a/sys/modules/u3g/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/usb
-
-KMOD= u3g
-SRCS= opt_usb.h opt_u3g.h \
- device_if.h bus_if.h \
- usbdevs.h \
- ucomvar.h \
- u3g.c
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud