1
0
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:
Kaspar Schleiser 2019-05-24 11:58:01 +02:00 committed by GitHub
commit 786b7399a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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