From: Matthew Wilcox <willy@debian.org>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>,
linux-kernel@vger.kernel.org
Subject: [PATCH] Neaten up mm/Makefile
Date: Mon, 2 Dec 2002 15:02:44 +0000 [thread overview]
Message-ID: <20021202150244.B27991@parcelfarce.linux.theplanet.co.uk> (raw)
This patch removes the include of (the now empty) Rules.make, gets rid of
the ifndef clause and fixes the indentation.
===== mm/Makefile 1.20 vs edited =====
--- 1.20/mm/Makefile Tue Nov 26 08:33:23 2002
+++ edited/mm/Makefile Mon Dec 2 06:01:36 2002
@@ -4,18 +4,13 @@
export-objs := shmem.o filemap.o mempool.o page_alloc.o page-writeback.o
-obj-y := bootmem.o filemap.o mempool.o oom_kill.o page_alloc.o \
- page-writeback.o pdflush.o readahead.o slab.o swap.o \
- truncate.o vcache.o vmscan.o
+mmu-y := nommu.o
+mmu-$(CONFIG_MMU) := fremap.o highmem.o madvise.o memory.o mincore.o \
+ mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
+ shmem.o vmalloc.o
-obj-$(CONFIG_MMU) += fremap.o highmem.o madvise.o memory.o \
- mincore.o mlock.o mmap.o mprotect.o mremap.o \
- msync.o rmap.o shmem.o vmalloc.o
+obj-y := bootmem.o filemap.o mempool.o oom_kill.o \
+ page_alloc.o page-writeback.o pdflush.o readahead.o \
+ slab.o swap.o truncate.o vcache.o vmscan.o $(mmu-y)
obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o
-
-ifneq ($(CONFIG_MMU),y)
-obj-y += nommu.o
-endif
-
-include $(TOPDIR)/Rules.make
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
reply other threads:[~2002-12-02 14:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20021202150244.B27991@parcelfarce.linux.theplanet.co.uk \
--to=willy@debian.org \
--cc=alan@lxorguk.ukuu.org.uk \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®