public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH
@ 2012-04-27  3:14 Edward Shao
  2012-04-27  4:53 ` Sam Ravnborg
  2012-04-27  5:12 ` Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Edward Shao @ 2012-04-27  3:14 UTC (permalink / raw)
  To: linux-kbuild; +Cc: mmarek, sam, geert

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-04 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27  3:14 [PATCH] kbuild: Makefile: remove unnecessary check for m68knommu ARCH Edward Shao
2012-04-27  4:53 ` Sam Ravnborg
2012-04-27  5:12 ` Geert Uytterhoeven
2012-04-29 11:22   ` Greg Ungerer
2012-05-04 22:09     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox