From 44cdb003f768f8f466e2546d2963fd109144656d Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 23 Feb 2009 18:16:17 +0000 Subject: 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. --- sys/modules/ukbd/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sys/modules/ukbd/Makefile (limited to 'sys/modules/ukbd') diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile deleted file mode 100644 index 331e729..0000000 --- a/sys/modules/ukbd/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../../dev/usb - -KMOD= ukbd -SRCS= bus_if.h device_if.h opt_compat.h opt_usb.h opt_kbd.h opt_ukbd.h \ - usbdevs.h ukbd.c - -.if !defined(KERNBUILDDIR) -opt_compat.h: - echo "#define COMPAT_FREEBSD6 1" > ${.TARGET} - -opt_kbd.h: - echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET} -.endif - -.include -- cgit v1.1