From: Jonas Holmberg <jonas.holmberg@axis.com>
To: William Jhun <wjhun@ayrnetworks.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Initialization ordering problem
Date: 20 Mar 2002 10:36:40 +0100 [thread overview]
Message-ID: <1016617000.4115.105.camel@pcjonashg> (raw)
In-Reply-To: <20020319111155.N6821@ayrnetworks.com>
On Tue, 2002-03-19 at 20:11, William Jhun wrote:
> I may try this temporarily, but is this the "correct" way to deal with
> the problem? I'm not sure it would even work.
I don't know what it looks like in your arch-specific Makefile. But I
changed ours like this:
@@ -55,7 +55,8 @@
# each others config options
SUBDIRS += arch/cris/boot/rescue
endif
-CORE_FILES += arch/cris/kernel/kernel.o arch/cris/mm/mm.o
arch/cris/drivers/drivers.o
+CORE_FILES += arch/cris/kernel/kernel.o arch/cris/mm/mm.o
+DRIVERS += arch/cris/drivers/drivers.o
LIBGCC = $(shell $(CC) $(CFLAGS) -print-file-name=libgcc.a)
LIBS := $(TOPDIR)/arch/cris/lib/lib.a $(LIBS)
$(TOPDIR)/arch/cris/lib/lib.a $(LIBGCC)
Best regards
/Jonas
next prev parent reply other threads:[~2002-03-20 9:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-19 6:14 Initialization ordering problem William Jhun
2002-03-19 6:50 ` Jonas Holmberg
2002-03-19 19:11 ` William Jhun
2002-03-20 9:36 ` Jonas Holmberg [this message]
2002-03-19 10:51 ` David Woodhouse
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=1016617000.4115.105.camel@pcjonashg \
--to=jonas.holmberg@axis.com \
--cc=linux-mtd@lists.infradead.org \
--cc=wjhun@ayrnetworks.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