On Wed, 18 Oct 2000 13:47:40 -0700, 
Randy Dunlap <[EMAIL PROTECTED]> wrote:
>Keith Owens wrote:
>> +obj-$(CONFIG_USB)              += usbcore.o usb.o
>
>We still need your help.  Using this usb/Makefile change gives
>me errors on all (?) exported symbols when I try to build all
>of USB into the kernel.  Example (one of many):
>
>usbcore.o: In function `usb_set_address':
>usbcore.o(.text+0x1b90): multiple definition of `usb_set_address'
>usb.o(.text+0x1b90): first defined here

Remove usb.o from the list of objects that make up usbcore.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to