All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Oeser <ioe@axxeo.de>
To: David Howells <dhowells@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/5] NOMMU: Make POSIX shmem work on ramfs-backed files
Date: Fri, 10 Dec 2004 18:23:18 +0100	[thread overview]
Message-ID: <200412101823.18262.ioe@axxeo.de> (raw)
In-Reply-To: <27481.1102688880@redhat.com>

You wrote:
> Ingo Oeser <ioe@axxeo.de> wrote:
> Actually, this would probably do instead:
>
>  file-mmu-y := file-nommu.o
>  file-mmu-$(CONFIG_MMU) := file-mmu.o
>  ramfs-objs := inode.o file-mmu-y
>
> Will this work? Or should it be $(file-mmu-y) on the last line?

Yes, so actually this would cut it:

file-mmu-y := file-nommu.o
file-mmu-$(CONFIG_MMU) := file-mmu.o
ramfs-objs := inode.o $(file-mmu-y)

But you got the idea, so I'm happy already ;-)


Ingo Oeser


  reply	other threads:[~2004-12-10 17:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-09 15:08 [PATCH 1/5] NOMMU: MM cleanups dhowells
2004-12-09 15:08 ` [PATCH 2/5] NOMMU: High-order page management overhaul dhowells
2004-12-09 15:08 ` [PATCH 3/5] NOMMU: mmap fixes and extensions dhowells
2004-12-09 15:08 ` [PATCH 4/5] NOMMU: Make POSIX shmem work on ramfs-backed files dhowells
2004-12-10  3:08   ` Ingo Oeser
2004-12-10 14:28     ` David Howells
2004-12-10 17:23       ` Ingo Oeser [this message]
2004-12-09 15:08 ` [PATCH 5/5] NOMMU: Futher nommu shared memory support dhowells

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=200412101823.18262.ioe@axxeo.de \
    --to=ioe@axxeo.de \
    --cc=dhowells@redhat.com \
    --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 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.