From 2c6b406d2dc752dde9dbe26cb03a96a116cb82c1 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Wed, 15 May 2013 15:54:21 +0200 Subject: [PATCH] * renamed msp430_common module name --- Makefile.modules | 3 +++ cpu/msp430-common/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.modules b/Makefile.modules index 7db7896173..8b241b2a73 100644 --- a/Makefile.modules +++ b/Makefile.modules @@ -19,6 +19,9 @@ ifeq ($(CPU),stm32f407vgt6) USEMODULE += stm32f4xxstdperi UNDEF += $(BINDIR)syscalls.o endif +ifeq ($(CPU),msp430x16x) + USEMODULE += msp430_common +endif #USEMODULE += cpu_drivers cpu core lib sys USEMODULE += cpu core sys diff --git a/cpu/msp430-common/Makefile b/cpu/msp430-common/Makefile index 344b27a4bf..6a87c63be9 100644 --- a/cpu/msp430-common/Makefile +++ b/cpu/msp430-common/Makefile @@ -1,4 +1,4 @@ -MODULE =cpu +MODULE =msp430_common INCLUDES += -Iinclude -I$(RIOTBASE)/core/include/ -I$(RIOTBOARD)/$(BOARD)/include DIRS =