native: fix termflags

This commit is contained in:
Martine Lenders 2015-02-20 14:44:16 +01:00 committed by Martine Lenders
parent 83c61cb379
commit 449d2735c5

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)