summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu/msp430.mk
blob: 6daa2c38d4ec02f7d324025d5a007f01a606e381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

# For freeRTOS port source
FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/GCC_MSP430F449