mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/msp430: move default module to Makefile.default
This commit is contained in:
parent
150b086c3f
commit
2e2dcd5c27
2
cpu/msp430_common/Makefile.default
Normal file
2
cpu/msp430_common/Makefile.default
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# msp430 uses newlib by default
|
||||||
|
DEFAULT_MODULE += newlib
|
@ -1,8 +1,5 @@
|
|||||||
USEMODULE += msp430_common msp430_common_periph
|
USEMODULE += msp430_common msp430_common_periph
|
||||||
|
|
||||||
# msp430 uses newlib by default
|
|
||||||
DEFAULT_MODULE += newlib
|
|
||||||
|
|
||||||
ifneq (,$(filter newlib,$(USEMODULE)))
|
ifneq (,$(filter newlib,$(USEMODULE)))
|
||||||
USEMODULE += newlib_nano
|
USEMODULE += newlib_nano
|
||||||
endif
|
endif
|
||||||
|
1
cpu/msp430fxyz/Makefile.default
Normal file
1
cpu/msp430fxyz/Makefile.default
Normal file
@ -0,0 +1 @@
|
|||||||
|
include $(RIOTCPU)/msp430_common/Makefile.default
|
Loading…
Reference in New Issue
Block a user