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