summaryrefslogtreecommitdiff
path: root/scripts/build/kernel
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-11-10 07:29:25 (GMT)
committerGitHub <noreply@github.com>2020-11-10 07:29:25 (GMT)
commita4231a555a3f897ecb32aad2069de4305ce0a969 (patch)
treed7e2127ff0c795a7641d617b54fa0d26c898f20d /scripts/build/kernel
parent66b3c25be73ff9bd1894492fef32b786f921d53c (diff)
parent3a3e645245d4cc84957209ec4313bfd6635acdec (diff)
Merge pull request #1342 from DspHack/feature/add_support_for_ti_c6x
Experimental: Add support for the Texas Instruments C6X (TMS320C6000 …
Diffstat (limited to 'scripts/build/kernel')
-rw-r--r--scripts/build/kernel/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index bfeadf0..4c96257 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -10,7 +10,7 @@ CT_DoKernelTupleValues()
# should be added here when someone starts to care about them.
case "${CT_ARCH}" in
arm*) CT_TARGET_KERNEL="linux" ;;
- m68k|xtensa*) CT_TARGET_KERNEL="uclinux" ;;
+ c6x|m68k|xtensa*) CT_TARGET_KERNEL="uclinux" ;;
*) CT_Abort "Unsupported no-mmu arch '${CT_ARCH}'"
esac
fi