From: Edward Shao <laface.tw@gmail.com>
To: linux-kbuild@vger.kernel.org
Cc: mmarek@suse.cz, sam@ravnborg.org, geert@linux-m68k.org
Subject: [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
Date: Fri, 27 Apr 2012 11:14:44 +0800 [thread overview]
Message-ID: <1335496484-3438-1-git-send-email-laface.tw@gmail.com> (raw)
ARCH is never set to m68knomm.
make ARCH=m68knomm is not supported anymore.
Signed-off-by: Edward Shao <laface.tw@gmail.com>
---
Makefile | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index afc868e..6f46cf9 100644
--- a/Makefile
+++ b/Makefile
@@ -231,10 +231,6 @@ endif
# Where to locate arch specific headers
hdr-arch := $(SRCARCH)
-ifeq ($(ARCH),m68knommu)
- hdr-arch := m68k
-endif
-
KCONFIG_CONFIG ?= .config
export KCONFIG_CONFIG
--
1.7.7.6
next reply other threads:[~2012-04-27 3:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-27 3:14 Edward Shao [this message]
2012-04-27 4:53 ` [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH Sam Ravnborg
2012-04-27 5:12 ` Geert Uytterhoeven
2012-04-29 11:22 ` Greg Ungerer
2012-05-04 22:09 ` Michal Marek
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=1335496484-3438-1-git-send-email-laface.tw@gmail.com \
--to=laface.tw@gmail.com \
--cc=geert@linux-m68k.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=sam@ravnborg.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox