summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu/msp430.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build_system/make/cpu/msp430.mk')
-rw-r--r--examples/build_system/make/cpu/msp430.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/build_system/make/cpu/msp430.mk b/examples/build_system/make/cpu/msp430.mk
index 6daa2c38d..83a35140f 100644
--- a/examples/build_system/make/cpu/msp430.mk
+++ b/examples/build_system/make/cpu/msp430.mk
@@ -2,8 +2,6 @@ ifeq ($(TOOLCHAIN),gcc)
# nothing to add
else ifeq ($(TOOLCHAIN),clang)
# nothing to add
-else ifeq ($(TOOLCHAIN),iar)
- # nothing to add
else
$(error "TOOLCHAIN is not supported")
endif