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:
commit
a1a10fb44d
@ -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…
Reference in New Issue
Block a user