patch for top-level Makefile in 2.2.0-pre7: no USB drivers

Trevor Johnson (trevor@jpj.net)
Mon, 18 Jan 1999 05:51:07 -0500 (EST)


CONFIG_USB is not mentioned in any other files.
__
Trevor Johnson

--- linux-2.2.0-pre7.orig/Makefile Mon Jan 18 02:06:33 1999
+++ linux/Makefile Mon Jan 18 02:44:16 1999
@@ -70,7 +70,7 @@
#
# INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
# relocations required by build roots. This is not defined in the
-# makefile but the arguement can be passed to make if needed.
+# makefile but the argument can be passed to make if needed.
#

#
@@ -172,10 +172,6 @@

ifdef CONFIG_HAMRADIO
DRIVERS := $(DRIVERS) drivers/net/hamradio/hamradio.a
-endif
-
-ifeq ($(CONFIG_USB),y)
-DRIVERS := $(DRIVERS) drivers/uusbd/usb.a
endif

ifeq ($(CONFIG_I2O),y)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/