From 19da086afe28ad161360f9d93b25ee889124992b Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Mon, 26 Jan 2015 16:11:19 -0600 Subject: [PATCH] rtl8199eu: Allow this branch to build on other than x86 Signed-off-by: Larry Finger --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baa25da..5378572 100755 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ endif ifeq ($(CONFIG_PLATFORM_I386_PC), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT -SUBARCH := $(shell uname -m | sed -e s/i.86/i386/) +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 ?= KVER := $(shell uname -r)