1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430_common/Makefile.dep
2021-12-02 16:33:19 +01:00

11 lines
239 B
Makefile

USEMODULE += msp430_common
USEMODULE += msp430_common_periph
USEMODULE += periph
ifneq (,$(filter newlib,$(USEMODULE)))
DEFAULT_MODULE += newlib_nano
endif
# Make calls to malloc and friends thread-safe
USEMODULE += malloc_thread_safe