From: Keith Owens <kaos@ocs.com.au>
To: Richard Gooch <rgooch@ras.ucalgary.ca>
Cc: torvalds@transmeta.com, arjanv@redhat.com, andre@linux-ide.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ATA RAID breaks modular IDE compile
Date: Tue, 09 Oct 2001 16:15:04 +1000 [thread overview]
Message-ID: <27982.1002608104@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Mon, 08 Oct 2001 23:59:39 CST." <200110090559.f995xd923187@vindaloo.ras.ucalgary.ca>
On Mon, 8 Oct 2001 23:59:39 -0600,
Richard Gooch <rgooch@ras.ucalgary.ca> wrote:
> Hi, all. In 2.4.11-pre6, the ATA RAID code breaks compiling IDE as a
>module: I get duplicate "init_module" symbols. I don't even have
>ATA RAID enabled!
Yeuch! Who defined ide-mod-objs in terms of $(export-objs) and why?
Fix against 2.4.11-pre6.
Index: 11-pre6.1/drivers/ide/Makefile
--- 11-pre6.1/drivers/ide/Makefile Tue, 09 Oct 2001 11:09:32 +1000 kaos (linux-2.4/E/b/44_Makefile 1.1.2.3.1.1 644)
+++ 11-pre6.1(w)/drivers/ide/Makefile Tue, 09 Oct 2001 16:13:01 +1000 kaos (linux-2.4/E/b/44_Makefile 1.1.2.3.1.1 644)
@@ -75,7 +75,7 @@ obj-$(CONFIG_BLK_DEV_ATARAID_HPT) += hpt
ide-obj-$(CONFIG_PROC_FS) += ide-proc.o
-ide-mod-objs := $(export-objs) $(ide-obj-y)
+ide-mod-objs := ide.o ide-features.o $(ide-obj-y)
ide-probe-mod-objs := ide-probe.o ide-geometry.o
include $(TOPDIR)/Rules.make
prev parent reply other threads:[~2001-10-09 6:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-09 5:59 [PATCH] ATA RAID breaks modular IDE compile Richard Gooch
2001-10-09 6:15 ` Keith Owens [this message]
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=27982.1002608104@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=andre@linux-ide.org \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rgooch@ras.ucalgary.ca \
--cc=torvalds@transmeta.com \
/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