replace m68knommu hdr-arch hack with m68knommu SRCARCH.

---
 Makefile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 0d46615..1786c34 100644
--- a/Makefile
+++ b/Makefile
@@ -205,13 +205,13 @@ ifeq ($(ARCH),sh64)
        SRCARCH := sh
 endif
 
-# Where to locate arch specific headers
-hdr-arch  := $(SRCARCH)
-
 ifeq ($(ARCH),m68knommu)
-       hdr-arch  := m68k
+       SRCARCH  := m68k
 endif
 
+# Where to locate arch specific headers
+hdr-arch  := $(SRCARCH)
+
 KCONFIG_CONFIG ?= .config
 
 # SHELL used by kbuild
-- 
1.5.6.5

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to