1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/msp430: move default module to Makefile.default

This commit is contained in:
Leandro Lanzieri 2021-01-23 10:11:27 +01:00
parent 150b086c3f
commit 2e2dcd5c27
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,2 @@
# msp430 uses newlib by default
DEFAULT_MODULE += newlib

View File

@ -1,8 +1,5 @@
USEMODULE += msp430_common msp430_common_periph
# msp430 uses newlib by default
DEFAULT_MODULE += newlib
ifneq (,$(filter newlib,$(USEMODULE)))
USEMODULE += newlib_nano
endif

View File

@ -0,0 +1 @@
include $(RIOTCPU)/msp430_common/Makefile.default