Skip to content
Snippets Groups Projects
Commit a1a10fb4 authored by Martine Lenders's avatar Martine Lenders
Browse files

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

native: fix termflags
parents 51363f96 449d2735
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment