Skip to content

Commit

Permalink
fixup! makefiles: allow to override suit manifest payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Apr 21, 2022
1 parent dd8dfb0 commit d820296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ HEXFILE ?= $(ELFFILE:.elf=.hex)
BINFILE ?= $(ELFFILE:.elf=.bin)
MAPFILE ?= $(ELFFILE:.elf=.map)

ifneq (,$(filter suit, $(USEMODULE)))
ifneq (,$(filter suit,$(USEMODULE)))
include $(RIOTMAKE)/suit.base.inc.mk
endif

Expand All @@ -664,7 +664,7 @@ endif
include $(RIOTMAKE)/boot/riotboot.mk

# include suit targets
ifneq (,$(filter suit, $(USEMODULE)))
ifneq (,$(filter suit,$(USEMODULE)))
include $(RIOTMAKE)/suit.inc.mk
endif

Expand Down

0 comments on commit d820296

Please sign in to comment.