1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

* renamed msp430_common module name

This commit is contained in:
Oliver Hahm 2013-05-15 15:54:21 +02:00
parent 336667a43a
commit 2c6b406d2d
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
MODULE =cpu
MODULE =msp430_common
INCLUDES += -Iinclude -I$(RIOTBASE)/core/include/ -I$(RIOTBOARD)/$(BOARD)/include
DIRS =