mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
Merge pull request #1141 from LudwigOrtmann/msba2-term
make/msba2-common: allow TERMPROG override
This commit is contained in:
commit
58d1047f26
@ -13,7 +13,7 @@ export LINK = $(PREFIX)gcc
|
||||
export SIZE = $(PREFIX)size
|
||||
export OBJCOPY = $(PREFIX)objcopy
|
||||
FLASHER = lpc2k_pgm
|
||||
TERMPROG = $(RIOTBASE)/dist/tools/pyterm/pyterm.py
|
||||
TERMPROG ?= $(RIOTBASE)/dist/tools/pyterm/pyterm.py
|
||||
LINKFLAGS = -gdwarf-2 -mcpu=arm7tdmi-s -static -lgcc -nostartfiles -T$(RIOTBASE)/cpu/$(CPU)/linkerscript.x
|
||||
|
||||
ifeq ($(strip $(PORT)),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user