summaryrefslogtreecommitdiff
path: root/examples/build_system/make/cpu/msp430.mk
blob: 83a35140f75fe042e59c1663f60c2a1422b0919a (plain)
1
2
3
4
5
6
7
8
9
10
ifeq ($(TOOLCHAIN),gcc)
  # nothing to add
else ifeq ($(TOOLCHAIN),clang)
  # nothing to add
else
  $(error "TOOLCHAIN is not supported")
endif

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