Skip to content
Snippets Groups Projects
Unverified Commit e45194d3 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

mcuboot.mk: use RIOTTOOLS variable

parent 297ca898
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment