You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
319 B
8 lines
319 B
# import list of provided features |
|
-include $(RIOTBOARD)/$(BOARD)/Makefile.features |
|
-include $(RIOTCPU)/$(CPU)/Makefile.features |
|
|
|
DEFAULT_FEATURES += periph_pm |
|
|
|
# add available default features to required list |
|
FEATURES_REQUIRED += $(filter-out $(DISABLE_FEATURES), $(filter $(FEATURES_PROVIDED), $(DEFAULT_FEATURES)))
|
|
|