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 _______________________________________________ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev