8 lines
218 B
Makefile
8 lines
218 B
Makefile
FEATURES_PROVIDED += periph_cpuid
|
|
|
|
ifneq (,$(filter $(BOARDS_WITHOUT_HWRNG),$(BOARD)))
|
|
FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))
|
|
endif
|
|
|
|
-include $(RIOTCPU)/cortexm_common/Makefile.features
|