summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMischa Jonker <mischa.jonker@synopsys.com>2013-05-02 09:51:33 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-04 23:24:02 +0200
commit40b17f808240cb05fe251026cc7c5abdc29e3ab7 (patch)
tree7e5ea42ca5f1d406d8a60c809225696d26b35167 /Makefile
parent297e4b510ef9ea93965e2c42bc05885e18bc70aa (diff)
downloadbuildroot-novena-40b17f808240cb05fe251026cc7c5abdc29e3ab7.tar.gz
buildroot-novena-40b17f808240cb05fe251026cc7c5abdc29e3ab7.zip
kernel-headers: Add support for ARC kernel headers
Also make sure that older kernels are not selected for ARC. Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b690f017..1692a369c 100644
--- a/Makefile
+++ b/Makefile
@@ -238,6 +238,7 @@ ARCH:=$(call qstrip,$(BR2_ARCH))
KERNEL_ARCH:=$(shell echo "$(ARCH)" | sed -e "s/-.*//" \
-e s/i.86/i386/ -e s/sun4u/sparc64/ \
+ -e s/arc.*/arc/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
-e s/aarch64/arm64/ \
-e s/bfin/blackfin/ \