cpu: moved msp430-common to msp430_common
This commit is contained in:
parent
5da88f794a
commit
f8eaff4bbe
@ -1,5 +1,5 @@
|
||||
MODULE = cpu
|
||||
|
||||
DIRS = $(RIOTCPU)/msp430-common periph
|
||||
DIRS = $(RIOTCPU)/msp430_common periph
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
|
||||
|
||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||
include $(RIOTCPU)/msp430_common/Makefile.include
|
||||
|
||||
export USEMODULE += periph
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
INCLUDES += -I$(RIOTCPU)/msp430-common/include/
|
||||
INCLUDES += -I$(RIOTCPU)/msp430_common/include/
|
||||
|
||||
export UNDEF += $(BINDIR)/msp430_common/startup.o
|
||||
export USEMODULE += msp430_common
|
||||
@ -2,6 +2,6 @@ MODULE =cpu
|
||||
|
||||
include $(RIOTCPU)/$(CPU)/Makefile.include
|
||||
|
||||
DIRS = $(RIOTCPU)/msp430-common periph
|
||||
DIRS = $(RIOTCPU)/msp430_common periph
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||
include $(RIOTCPU)/msp430_common/Makefile.include
|
||||
|
||||
export USEMODULE += periph periph_common uart_stdio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user