1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #2476 from authmillenon/native/fix/termflags

native: fix termflags
This commit is contained in:
Martine Lenders 2015-02-21 18:29:32 +01:00
commit a1a10fb44d

View File

@ -74,9 +74,7 @@ else
export PORT =
endif
ifeq (,$(filter $(PORT),$(TERMFLAGS)))
export TERMFLAGS += $(PORT)
endif
export TERMFLAGS := $(PORT) $(TERMFLAGS)
export ASFLAGS =
export DEBUGGER_FLAGS = --args $(ELF) $(TERMFLAGS)