linux: allow arm* to build headers for no-mmu

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2016-01-13 06:03:27 -08:00
parent 72f3b9196a
commit b44effbc0e

View File

@ -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