mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
make/msba2-common: allow TERMPROG override
This commit is contained in:
parent
adeae5eced
commit
cffda42f87
@ -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