public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Problem with CONFIG_USB_SL811HS
@ 2004-04-26 11:33 Marco Cavallini
  2004-04-26 18:56 ` Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Marco Cavallini @ 2004-04-26 11:33 UTC (permalink / raw)
  To: linux-kernel

Hello,
I am facing to a problem using linux-2.4.25-vrs2 and/or 2.4.26-vrs1 (ARM
porting).
I think this problem come from the linux kernel and not from ARM patch.
Seems that there is a problem building SL811 USB hosts because if I enable
CONFIG_USB_SL811HS option
the driver seems to be not build and is not running.
I don't know how to manage drivers/usb/host/Makefile for  O_TARGET := in
this case.
Could someone suggest me what to do ?
TIA
Marco Cavallini

# drivers/usb/host/Makefile
# Makefile for USB Host Controller Driver
# framework and drivers
#

O_TARGET :=

obj-$(CONFIG_USB_EHCI_HCD)   += ehci-hcd.o
obj-$(CONFIG_USB_UHCI_ALT)   += uhci.o
obj-$(CONFIG_USB_UHCI)    += usb-uhci.o
obj-$(CONFIG_USB_OHCI)    += usb-ohci.o usb-ohci-pci.o
obj-$(CONFIG_USB_SL811HS_ALT)     += sl811.o
obj-$(CONFIG_USB_SL811HS)     += hc_sl811.o
obj-$(CONFIG_USB_OHCI_SA1111)   += usb-ohci.o usb-ohci-sa1111.o
obj-$(CONFIG_USB_OHCI_AT91)   += usb-ohci.o

# Extract lists of the multi-part drivers.
# The 'int-*' lists are the intermediate files used to build the multi's.
multi-y  := $(filter $(list-multi), $(obj-y))
multi-m  := $(filter $(list-multi), $(obj-m))
int-y  := $(sort $(foreach m, $(multi-y), $($(basename $(m))-objs)))
int-m  := $(sort $(foreach m, $(multi-m), $($(basename $(m))-objs)))

# Take multi-part drivers out of obj-y and put components in.
obj-y  := $(filter-out $(list-multi), $(obj-y)) $(int-y)

# Translate to Rules.make lists.
OX_OBJS  := $(obj-y)
MX_OBJS  := $(obj-m)
MIX_OBJS := $(int-m)

include $(TOPDIR)/Rules.make


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-04-28 15:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-26 11:33 Problem with CONFIG_USB_SL811HS Marco Cavallini
2004-04-26 18:56 ` Greg KH
2004-04-27  6:51   ` Marco Cavallini
2004-04-27 17:17     ` Sam Ravnborg
2004-04-27 17:36       ` Marco Cavallini
2004-04-27 17:57         ` Sam Ravnborg
2004-04-28  6:30           ` Marco Cavallini
2004-04-28 15:38             ` Greg KH
2004-04-27 17:37       ` Marco Cavallini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox