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:
parent
336667a43a
commit
2c6b406d2d
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
MODULE =cpu
|
||||
MODULE =msp430_common
|
||||
|
||||
INCLUDES += -Iinclude -I$(RIOTBASE)/core/include/ -I$(RIOTBOARD)/$(BOARD)/include
|
||||
DIRS =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user