mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 22:43:50 +01:00
make: Move Makefile.msp430_common to cpu dir
This commit is contained in:
parent
7835ab2be7
commit
717d89899f
@ -7,7 +7,4 @@ export OFLAGS = -O ihex
|
||||
export FLASHER = mspdebug
|
||||
export FFLAGS = rf2500 "prog $(HEXFILE)"
|
||||
|
||||
# include msp430 base makefile
|
||||
include $(RIOTBOARD)/Makefile.include.msp430_common
|
||||
|
||||
INCLUDES += -I$(RIOTBOARD)/$(BOARD)/drivers/include
|
||||
|
||||
@ -24,9 +24,6 @@ export DEBUGSERVER_FLAGS = $(MSPDEBUGFLAGS) gdb
|
||||
export DEBUGGER = $(PREFIX)gdb
|
||||
export DEBUGGER_FLAGS = --tui --ex="target remote localhost:2000" --ex "monitor reset halt" --ex load -ex "monitor reset halt" $(ELFFILE)
|
||||
|
||||
# include msp430 base makefile
|
||||
include $(RIOTBOARD)/Makefile.include.msp430_common
|
||||
|
||||
# export msb-430-common includes
|
||||
export INCLUDES += -I$(RIOTBOARD)/msb-430-common/include
|
||||
export INCLUDES += -I$(RIOTBOARD)/msb-430-common/drivers/include
|
||||
|
||||
@ -12,6 +12,3 @@ include $(RIOTBOARD)/Makefile.include.serial
|
||||
export OFLAGS = -O ihex
|
||||
export FLASHER = $(RIOTBASE)/dist/tools/goodfet/goodfet.bsl
|
||||
export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE)
|
||||
|
||||
# include msp430 base makefile
|
||||
include $(RIOTBOARD)/Makefile.include.msp430_common
|
||||
|
||||
@ -13,8 +13,5 @@ export OFLAGS = -O ihex
|
||||
export FLASHER = mspdebug
|
||||
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
|
||||
|
||||
# include msp430 base makefile
|
||||
include $(RIOTBOARD)/Makefile.include.msp430_common
|
||||
|
||||
# include wsn430-common includes
|
||||
export INCLUDES += -I$(RIOTBOARD)/wsn430-common/include
|
||||
|
||||
@ -12,6 +12,3 @@ include $(RIOTBOARD)/Makefile.include.serial
|
||||
export OFLAGS = -O ihex
|
||||
export FLASHER = $(RIOTBASE)/dist/tools/goodfet/goodfet.bsl
|
||||
export FFLAGS = --z1 -I -c $(PORT) -r -e -p $(HEXFILE)
|
||||
|
||||
# include the msp430 common Makefile
|
||||
include $(RIOTBOARD)/Makefile.include.msp430_common
|
||||
|
||||
@ -4,3 +4,6 @@ export UNDEF += $(BINDIR)msp430_common/startup.o
|
||||
export USEMODULE += msp430_common
|
||||
|
||||
DEFAULT_MODULE += oneway_malloc
|
||||
|
||||
# include the msp430 common Makefile
|
||||
include $(RIOTCPU)/Makefile.include.msp430_common
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user