testhal/NUMICRO/NUC123: fix readlink
This commit is contained in:
parent
f9ed7a6f05
commit
7990a187be
|
@ -191,8 +191,7 @@ include $(RULESPATH)/rules.mk
|
|||
# Custom rules
|
||||
#
|
||||
|
||||
READLINK:=greadlink
|
||||
OPENOCD:=$(shell $(READLINK) -f `which openocd`)
|
||||
OPENOCD:=$(shell readlink -f `which openocd`)
|
||||
OPENOCDPATH:=$(shell dirname $(OPENOCD))/../share/openocd
|
||||
|
||||
flash: $(BUILDDIR)/$(PROJECT).elf
|
||||
|
|
|
@ -186,8 +186,7 @@ include $(RULESPATH)/rules.mk
|
|||
# Custom rules
|
||||
#
|
||||
|
||||
READLINK:=greadlink
|
||||
OPENOCD:=$(shell $(READLINK) -f `which openocd`)
|
||||
OPENOCD:=$(shell readlink -f `which openocd`)
|
||||
OPENOCDPATH:=$(shell dirname $(OPENOCD))/../share/openocd
|
||||
|
||||
install-openocd-config:
|
||||
|
|
Loading…
Reference in New Issue