From: Keith Owens <kaos@ocs.com.au>
To: esr@thyrsus.com
Cc: CML2 <linux-kernel@vger.kernel.org>, kbuild-devel@lists.sourceforge.net
Subject: Re: [kbuild-devel] Patch for sbus makefile bug
Date: Mon, 21 May 2001 09:50:42 +1000 [thread overview]
Message-ID: <7440.990402642@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sun, 20 May 2001 11:47:38 -0400." <20010520114738.A3666@thyrsus.com>
On Sun, 20 May 2001 11:47:38 -0400,
"Eric S. Raymond" <esr@thyrsus.com> wrote:
>Somebody failed to track a module name change.
>-obj-$(CONFIG_BBC_I2C) += bbc.o
>+obj-$(CONFIG_BBC_I2C) += bbc_i2c.o
bbc-objs := bbc_i2c.o bbc_envctrl.o
The module is bbc.o, bbc_i2c.o is a sub-object of bbc.o, the selection
is correct (2.4.5-pre4).
prev parent reply other threads:[~2001-05-20 23:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-20 15:47 Patch for sbus makefile bug Eric S. Raymond
2001-05-20 23:50 ` 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=7440.990402642@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=esr@thyrsus.com \
--cc=kbuild-devel@lists.sourceforge.net \
--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