1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/features_modules.inc.mk: convert bootloader_stm32 feature as module

This commit is contained in:
Alexandre Abadie 2020-06-11 16:14:11 +02:00
parent c6fe777388
commit 17b04972f9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -21,6 +21,9 @@ endif
# select cpu_check_address pseudomodule if the corresponding feature is used
USEMODULE += $(filter cpu_check_address, $(FEATURES_USED))
# select bootloader_stm32 module if the feature is used
USEMODULE += $(filter bootloader_stm32, $(FEATURES_USED))
# include puf_sram if used
USEMODULE += $(filter puf_sram, $(FEATURES_USED))