From 329157157069e6ed754169d8cb00f297cd469284 Mon Sep 17 00:00:00 2001 From: Attila Sukosd Date: Wed, 25 Dec 2013 01:38:34 +0100 Subject: [PATCH] Updated Makefile to support armv7l Compiling on an armv7l was broken due to SUBARCH not matching the architecture. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7828d11..590d5ec 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ ifeq ($(CONFIG_WOWLAN), y) EXTRA_CFLAGS += -DCONFIG_WOWLAN endif -SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/ | sed -e s/armv6l/arm/) +SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ | sed -e s/ppc/powerpc/ | sed -e s/armv.l/arm/) ARCH ?= $(SUBARCH) CROSS_COMPILE ?=