lkml.org 
[lkml]   [2000]   [Jan]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: USB and BTTV Problems.
On Sat, Jan 08, 2000 at 02:40:49PM +0000, Alastair Varnals wrote:

> USB support doesn't want to compile with 2.3.38 ( it was OK with 2.3.37
> ):
> ld: cannot open drivers/usb/usb.a: No such file or
> directory
> make: *** [vmlinux] Error 1

Use the attached patch.

--
Vojtech Pavlik
SuSE Labs
--- linux-2.3.38-old/Makefile Sat Jan 8 10:52:32 2000
+++ linux-2.3.38/Makefile Sat Jan 8 12:47:24 2000
@@ -227,7 +227,7 @@
endif

ifeq ($(CONFIG_USB),y)
-DRIVERS := $(DRIVERS) drivers/usb/usb.a
+DRIVERS := $(DRIVERS) drivers/usb/usbdrv.o
endif

ifeq ($(CONFIG_I2O),y)
\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.042 / U:1.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site