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:
parent
c6fe777388
commit
17b04972f9
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user