aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@wanadoo.fr>2003-02-17 16:43:30 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2003-02-17 16:43:30 -0800
commit8b2855ea62a1c1c94bac75b79ab70ecf342885c2 (patch)
tree18ad03d66e819c51d42a81d692f27e326fb6142f /lib
parent8130eca28e8f214329758c3e0eab90b968921324 (diff)
downloadhistory-8b2855ea62a1c1c94bac75b79ab70ecf342885c2.tar.gz
[PATCH] USB speedtouch: replace speedtouch crc routines
Use the kernel CRC routines rather than a do-it-yourself version. By the way, I created a common USB Makefile.lib, rather than having one for the class drivers, and one for speedtouch.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index ccccea20ac2da6..2fb840c9e8cdaf 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -25,7 +25,7 @@ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
include $(TOPDIR)/drivers/net/Makefile.lib
-include $(TOPDIR)/drivers/usb/class/Makefile.lib
+include $(TOPDIR)/drivers/usb/Makefile.lib
include $(TOPDIR)/fs/Makefile.lib
include $(TOPDIR)/net/bluetooth/bnep/Makefile.lib