From: "Marco Cavallini" <arm.linux@koansoftware.com>
To: <linux-kernel@vger.kernel.org>
Subject: Problem with CONFIG_USB_SL811HS
Date: Mon, 26 Apr 2004 13:33:45 +0200 [thread overview]
Message-ID: <005c01c42b82$60d82f60$0200a8c0@arrakis> (raw)
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
next reply other threads:[~2004-04-26 11:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-26 11:33 Marco Cavallini [this message]
2004-04-26 18:56 ` Problem with CONFIG_USB_SL811HS 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='005c01c42b82$60d82f60$0200a8c0@arrakis' \
--to=arm.linux@koansoftware.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox