You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/cpu/msp430_common/Makefile.include

10 lines
264 B
Makefile

INCLUDES += -I$(RIOTCPU)/msp430_common/include/
export UNDEF += $(BINDIR)/msp430_common/startup.o
export USEMODULE += msp430_common msp430_common_periph
DEFAULT_MODULE += oneway_malloc
# include the msp430 common Makefile
include $(RIOTMAKE)/arch/msp430.inc.mk