1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* fixed flasher flags for MSB-A2

* added required include for msb-430-common
This commit is contained in:
Oliver Hahm 2013-04-09 11:25:04 +02:00
parent a9caa84826
commit a623d14286
2 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,5 @@ ifeq ($(strip $(PORT)),)
endif
export HEXFILE = bin/$(PROJECT).hex
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
export INCLUDES += -I $(RIOTCPU)/msp430-common/include/

View File

@ -19,5 +19,5 @@ ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
export HEXFILE = bin/$(PROJECT).hex
export FFLAGS = $(PORT) $(PROJBINDIR)/$(PROJECT).hex
include $(RIOTBOARD)/msba2-common/Makefile.dep