Merge pull request #11566 from fjmolinas/pr_riotboot_slot
sys/Makefile.include: include riotboot headers when FEATURES_REQUIRED=riotboot
This commit is contained in:
commit
786b7399a3
@ -77,7 +77,7 @@ ifneq (,$(filter printf_float,$(USEMODULE)))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter riotboot_%,$(USEMODULE)))
|
||||
ifneq (,$(filter riotboot,$(FEATURES_USED)))
|
||||
include $(RIOTBASE)/sys/riotboot/Makefile.include
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user