mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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…
Reference in New Issue
Block a user