boards:make: hardcode goodfet.bsl path in Makefile.include

This commit is contained in:
Thomas Eichinger 2014-08-14 12:34:00 +02:00
parent ee620b1bf7
commit 67fc424a76
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
export LINKFLAGS = -mmcu=$(MCU) -lgcc $(BINDIR)msp430_common/startup.o
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export FLASHER = goodfet.bsl
export FLASHER = $(RIOTBASE)/dist/tools/goodfet/goodfet.bsl
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif

View File

@ -15,7 +15,7 @@ export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
export LINKFLAGS = -mmcu=$(MCU) -lgcc $(BINDIR)msp430_common/startup.o
export TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm
export FLASHER = goodfet.bsl
export FLASHER = $(RIOTBASE)/dist/tools/goodfet/goodfet.bsl
ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
@ -35,4 +35,3 @@ ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
endif
export UNDEF += $(BINDIR)msp430_common/startup.o