cpu/msp430: update deps, move to Makefile.dep

This commit is contained in:
Kaspar Schleiser 2020-02-07 22:50:14 +01:00
parent c9883cebfd
commit 10213057b1
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
USEMODULE += msp430_common msp430_common_periph
ifneq (,$(filter newlib,$(USEMODULE)))
USEMODULE += newlib_nano
endif

View File

@ -3,7 +3,6 @@ INCLUDES += -I$(RIOTCPU)/msp430_common/include/
CFLAGS += -DCPU_MODEL_$(call uppercase_and_underscore,$(CPU_MODEL))
UNDEF += $(BINDIR)/msp430_common/startup.o
USEMODULE += msp430_common msp430_common_periph periph_common
# include the msp430 common Makefile
include $(RIOTMAKE)/arch/msp430.inc.mk

View File

@ -1 +1,2 @@
USEMODULE += periph
include $(RIOTCPU)/msp430_common/Makefile.dep