Re: [PATCH 4/5] NOMMU: Make POSIX shmem work on ramfs-backed files

From: Ingo Oeser
Date: Fri Dec 10 2004 - 12:24:30 EST


You wrote:
> Ingo Oeser <ioe@xxxxxxxx> 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/