From: David Woodhouse <dwmw2@infradead.org>
To: Eyal Lebedinsky <eyal@eyal.emu.id.au>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>,
lkml <linux-kernel@vger.kernel.org>,
ralf@linux-mips.org
Subject: Re: Linux 2.4.20-pre7 - compile fixes
Date: Fri, 13 Sep 2002 17:15:17 +0100 [thread overview]
Message-ID: <3734.1031933717@redhat.com> (raw)
In-Reply-To: <3D81D377.9FD9EE75@eyal.emu.id.au>
eyal@eyal.emu.id.au said:
> drivers/mtd/devices/ms02-nv.c
> =============================
> gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
> -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2
> -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /
> data2/usr/local/src/linux-2.4-pre/include/linux/modversions.h
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=ms02_nv -c -o
> ms02-nv.o ms02-nv.c
Grr. Never seen this code before in my life. Do I need to update my address
in MAINTAINERS?
--- Config.in 13 Sep 2002 13:46:55 -0000 1.6
+++ Config.in 13 Sep 2002 16:06:40 -0000 1.7
@@ -10,7 +10,9 @@
bool ' PMC551 256M DRAM Bugfix' CONFIG_MTD_PMC551_BUGFIX
bool ' PMC551 Debugging' CONFIG_MTD_PMC551_DEBUG
fi
-dep_tristate ' DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV $CONFIG_MTD $CONFIG_DECSTATION
+if [ "$CONFIG_DECSTATION" = "y" ]; then
+ dep_tristate ' DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV $CONFIG_MTD
+fi
dep_tristate ' Uncached system RAM' CONFIG_MTD_SLRAM $CONFIG_MTD
if [ "$CONFIG_SA1100_LART" = "y" ]; then
dep_tristate ' 28F160xx flash driver for LART' CONFIG_MTD_LART $CONFIG_MTD
--
dwmw2
prev parent reply other threads:[~2002-09-13 16:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-13 2:18 Linux 2.4.20-pre7 Marcelo Tosatti
2002-09-13 5:12 ` Jarosław Bekas
2002-09-13 9:07 ` Justin Heesemann
2002-09-13 9:15 ` Linux 2.4.20-pre7 (TIOCM_MODEM_BITS undeclared) Gabor Z. Papp
2002-09-13 9:35 ` 2.4.19, PPC and AGP Wojciech "Sas" Cieciwa
2002-09-13 10:12 ` Benjamin Herrenschmidt
2002-09-13 12:00 ` Linux 2.4.20-pre7 - compile fixes Eyal Lebedinsky
2002-09-13 16:15 ` David Woodhouse [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=3734.1031933717@redhat.com \
--to=dwmw2@infradead.org \
--cc=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.