cpu/msp430: update deps, move to Makefile.dep
This commit is contained in:
parent
c9883cebfd
commit
10213057b1
@ -1,3 +1,5 @@
|
||||
USEMODULE += msp430_common msp430_common_periph
|
||||
|
||||
ifneq (,$(filter newlib,$(USEMODULE)))
|
||||
USEMODULE += newlib_nano
|
||||
endif
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1 +1,2 @@
|
||||
USEMODULE += periph
|
||||
include $(RIOTCPU)/msp430_common/Makefile.dep
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user