1
0
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:
Gaëtan Harter 2018-03-22 17:24:10 +01:00
parent 297ca898fe
commit e45194d301
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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