native: fix termflags
This commit is contained in:
parent
83c61cb379
commit
449d2735c5
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user