Merge pull request #14948 from benpicco/feat/puf_sram
features_modules: include puf_sram if used
This commit is contained in:
commit
7dfbfd4f50
@ -21,6 +21,9 @@ endif
|
|||||||
# select cpu_check_address pseudomodule if the corresponding feature is used
|
# select cpu_check_address pseudomodule if the corresponding feature is used
|
||||||
USEMODULE += $(filter cpu_check_address, $(FEATURES_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
|
# include periph_common if any periph_* driver is used
|
||||||
ifneq (,$(filter periph_%, $(USEMODULE)))
|
ifneq (,$(filter periph_%, $(USEMODULE)))
|
||||||
USEMODULE += periph_common
|
USEMODULE += periph_common
|
||||||
|
|||||||
@ -2,7 +2,7 @@ BOARD ?= nucleo-f411re
|
|||||||
|
|
||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
USEMODULE += puf_sram
|
FEATURES_REQUIRED += puf_sram
|
||||||
DISABLE_MODULE += test_utils_interactive_sync
|
DISABLE_MODULE += test_utils_interactive_sync
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user