From: Christoph Hellwig <hch@infradead.org>
To: Christoph Hellwig <hch@lst.de>,
Christoph Hellwig <hch@infradead.org>,
Linus Torvalds <torvalds@transmeta.com>,
linux-kernel@vger.kernel.org,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: Re: [PATCH] more procfs bits for !CONFIG_MMU
Date: Thu, 2 Jan 2003 16:51:34 +0000 [thread overview]
Message-ID: <20030102165134.A25983@infradead.org> (raw)
In-Reply-To: <20030102164914.GC956@mars.ravnborg.org>; from sam@ravnborg.org on Thu, Jan 02, 2003 at 05:49:14PM +0100
On Thu, Jan 02, 2003 at 05:49:14PM +0100, Sam Ravnborg wrote:
> Ups, you are right. I thought about CONFIG_NOMMU..
> Should read:
> proc-y := proc_nommu.o
> proc-$(CONFIG_MMU) := proc_mmu.o
>
> If CONFIG_MMU is 'y', then the first assignment is overwritten.
>
> The same principle (pattern?), but with reversed logic.
> But this one is not that nice, because the common case overwrite the
> un-common case.
Yeah. Maybe we should add obj-no-$(CONFIG_FOO) & friends
next prev parent reply other threads:[~2003-01-02 16:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-01 23:05 [PATCH] more procfs bits for !CONFIG_MMU Christoph Hellwig
2003-01-01 23:43 ` Linus Torvalds
2003-01-01 23:58 ` Christoph Hellwig
2003-01-02 0:32 ` Linus Torvalds
2003-01-02 16:29 ` Sam Ravnborg
2003-01-02 16:35 ` Christoph Hellwig
2003-01-02 16:49 ` Sam Ravnborg
2003-01-02 16:51 ` Christoph Hellwig [this message]
2003-01-15 16:11 ` Christoph Hellwig
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=20030102165134.A25983@infradead.org \
--to=hch@infradead.org \
--cc=hch@lst.de \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--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 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.