mcuboot.mk: use RIOTTOOLS variable
This commit is contained in:
parent
297ca898fe
commit
e45194d301
@ -1,6 +1,6 @@
|
|||||||
ifdef MCUBOOT_SLOT0_SIZE
|
ifdef MCUBOOT_SLOT0_SIZE
|
||||||
|
|
||||||
IMGTOOL ?= $(RIOTBASE)/dist/tools/mcuboot/imgtool.py
|
IMGTOOL ?= $(RIOTTOOLS)/mcuboot/imgtool.py
|
||||||
override IMGTOOL := $(abspath $(IMGTOOL))
|
override IMGTOOL := $(abspath $(IMGTOOL))
|
||||||
|
|
||||||
BINFILE ?= $(BINDIR)/$(APPLICATION).bin
|
BINFILE ?= $(BINDIR)/$(APPLICATION).bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user