Skip to content

Commit

Permalink
* made path to pyterm absolute in Makefile for MSB-A2
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Apr 11, 2013
1 parent af36e54 commit 364dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msba2-common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export LINK = $(PREFIX)gcc
export SIZE = $(PREFIX)size
export OBJCOPY = $(PREFIX)objcopy
FLASHER = lpc2k_pgm
TERM = pyterm.py
TERM = $(RIOTBASE)/dist/tools/pyterm/pyterm.py
LINKFLAGS = -gdwarf-2 -mcpu=arm7tdmi-s -static -lgcc -nostartfiles -T$(RIOTBASE)/cpu/$(CPU)/linkerscript.x

ifeq ($(strip $(PORT)),)
Expand Down

0 comments on commit 364dbaa

Please sign in to comment.