You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
319 B
Makefile
9 lines
319 B
Makefile
![]()
7 years ago
|
# 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)))
|