diff --git a/boards/common/msb-430/Makefile.include b/boards/common/msb-430/Makefile.include index 6a4311f41f..58be9005a8 100644 --- a/boards/common/msb-430/Makefile.include +++ b/boards/common/msb-430/Makefile.include @@ -10,9 +10,9 @@ include $(RIOTMAKE)/tools/serial.inc.mk # setup flash tool export PROGRAMMER ?= olimex -export MSPDEBUGFLAGS += -j $(PROGRAMMER) +MSPDEBUGFLAGS += -j $(PROGRAMMER) ifeq ($(strip $(PROGRAMMER)),uif) - export MSPDEBUGFLAGS += -d $(PORT) + MSPDEBUGFLAGS += -d $(PORT) endif FLASHER ?= mspdebug FFLAGS = $(MSPDEBUGFLAGS) "prog $(HEXFILE)"