mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
features_modules: include puf_sram if used
This commit is contained in:
parent
ffea8cdc14
commit
3dbe468c14
@ -21,6 +21,9 @@ endif
|
||||
# select cpu_check_address pseudomodule if the corresponding feature is used
|
||||
USEMODULE += $(filter cpu_check_address, $(FEATURES_USED))
|
||||
|
||||
# include puf_sram if used
|
||||
USEMODULE += $(filter puf_sram, $(FEATURES_USED))
|
||||
|
||||
# include periph_common if any periph_* driver is used
|
||||
ifneq (,$(filter periph_%, $(USEMODULE)))
|
||||
USEMODULE += periph_common
|
||||
|
Loading…
Reference in New Issue
Block a user