summaryrefslogtreecommitdiff
path: root/target/avr32/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:35:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-09 21:38:05 +0200
commitfe3ec0b2af8d02c1d5f198c119b80a335d89eb0f (patch)
treeba38555cad08c89745638d6b8becaff6cd83b390 /target/avr32/systems
parent3b9f9fc8e3468e0930fe1ab952cbae3894c256f0 (diff)
add toolchain support for avr32
Diffstat (limited to 'target/avr32/systems')
-rw-r--r--target/avr32/systems/toolchain-avr3210
1 files changed, 10 insertions, 0 deletions
diff --git a/target/avr32/systems/toolchain-avr32 b/target/avr32/systems/toolchain-avr32
new file mode 100644
index 000000000..0d37f2070
--- /dev/null
+++ b/target/avr32/systems/toolchain-avr32
@@ -0,0 +1,10 @@
+config ADK_TARGET_SYSTEM_TOOLCHAIN_AVR32
+ bool "Toolchain only"
+ select ADK_avr32
+ select ADK_toolchain_avr32
+ select ADK_CPU_AVR32
+ select ADK_TARGET_TOOLCHAIN
+ select ADK_TARGET_PACKAGE_TXZ
+ help
+ AVR32 toolchain.
+