Skip to content

Commit

Permalink
linux: allow arm* to build headers for no-mmu
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Jan 13, 2016
1 parent 72f3b91 commit b44effb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/kernel/linux.sh
Expand Up @@ -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
Expand Down

0 comments on commit b44effb

Please sign in to comment.