1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/cpu/msp430_common/Makefile.include
Kaspar Schleiser 5b6534e02d Revert "cpu/msp430_common: add real malloc/free functions"
This reverts commit 419cedf58e4535e72bf5062aa23a5ce7976759b2.
2020-08-05 14:27:25 +02:00

10 lines
300 B
Makefile

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