mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
mcuboot.mk: use RIOTTOOLS variable
This commit is contained in:
parent
297ca898fe
commit
e45194d301
@ -1,6 +1,6 @@
|
||||
ifdef MCUBOOT_SLOT0_SIZE
|
||||
|
||||
IMGTOOL ?= $(RIOTBASE)/dist/tools/mcuboot/imgtool.py
|
||||
IMGTOOL ?= $(RIOTTOOLS)/mcuboot/imgtool.py
|
||||
override IMGTOOL := $(abspath $(IMGTOOL))
|
||||
|
||||
BINFILE ?= $(BINDIR)/$(APPLICATION).bin
|
||||
|
Loading…
Reference in New Issue
Block a user