From b44effbc0ec3bb8fd864ca90deebf97642d7498a Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 13 Jan 2016 06:03:27 -0800 Subject: linux: allow `arm*` to build headers for no-mmu Signed-off-by: Bryan Hundven diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh index f0f2402..09a928d 100644 --- a/scripts/build/kernel/linux.sh +++ b/scripts/build/kernel/linux.sh @@ -10,6 +10,7 @@ CT_DoKernelTupleValues() { # while others must have a -linux tuple. Other targets # should be added here when someone starts to care about them. case "${CT_ARCH}" in + arm*) CT_TARGET_KERNEL="linux" ;; m68k) CT_TARGET_KERNEL="uclinux" ;; *) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'" esac -- cgit v0.10.2-6-g49f6