summaryrefslogtreecommitdiff
path: root/target/lm32/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-17 11:21:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-17 11:21:20 +0200
commitc2481ef025af52da37d19fca638087b0e2d91f56 (patch)
treec3c21bf9dfd2d21ae96f62f8ce6472e0feead62e /target/lm32/systems
parent1c4b171f42eb93d9ed5ee787961a6981c47c534e (diff)
add basic support for lm32 architecture
Diffstat (limited to 'target/lm32/systems')
-rw-r--r--target/lm32/systems/toolchain-lm3211
1 files changed, 11 insertions, 0 deletions
diff --git a/target/lm32/systems/toolchain-lm32 b/target/lm32/systems/toolchain-lm32
new file mode 100644
index 000000000..ef51bb4ee
--- /dev/null
+++ b/target/lm32/systems/toolchain-lm32
@@ -0,0 +1,11 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_LM32
+ bool "Toolchain only"
+ select ADK_CPU_LM32
+ select ADK_TARGET_UCLINUX
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ select ADK_TARGET_KERNEL_REPO "https://github.com/m-labs/linux-milkymist.git"
+ select ADK_TARGET_KERNEL_HASH "6a2f2e4198eaff63ee75f6085ce9f966c47b4441"
+ help
+ LM32 toolchain.
+