1
0
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:
Ludwig Ortmann 2014-05-12 16:41:31 +02:00
commit 58d1047f26

View File

@ -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)),)