diff options
Diffstat (limited to 'target/avr32/sys-available')
-rw-r--r-- | target/avr32/sys-available/atmel-ngw100 | 9 | ||||
-rw-r--r-- | target/avr32/sys-available/toolchain-avr32 | 8 |
2 files changed, 0 insertions, 17 deletions
diff --git a/target/avr32/sys-available/atmel-ngw100 b/target/avr32/sys-available/atmel-ngw100 deleted file mode 100644 index 6f553ce27..000000000 --- a/target/avr32/sys-available/atmel-ngw100 +++ /dev/null @@ -1,9 +0,0 @@ -config ADK_TARGET_SYSTEM_ATMEL_NGW100 - bool "Atmel NGW100" - select ADK_avr32 - select ADK_atmel_ngw100 - select ADK_DISABLE_HONOUR_CFLAGS - select ADK_TOOLCHAIN_GCC_SJLJ - help - Support for ATMEL NGW100. - diff --git a/target/avr32/sys-available/toolchain-avr32 b/target/avr32/sys-available/toolchain-avr32 deleted file mode 100644 index 1071dc1ee..000000000 --- a/target/avr32/sys-available/toolchain-avr32 +++ /dev/null @@ -1,8 +0,0 @@ -config ADK_TARGET_SYSTEM_TOOLCHAIN_AVR32 - bool "Toolchain only" - select ADK_avr32 - select ADK_toolchain_avr32 - select ADK_TOOLCHAIN - help - Build a avr32 toolchain. - |