mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9 lines
248 B
Makefile
9 lines
248 B
Makefile
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += puf_sram
|
|
|
|
ifneq (,$(filter $(BOARDS_WITHOUT_HWRNG),$(BOARD)))
|
|
FEATURES_PROVIDED := $(filter-out periph_hwrng,$(FEATURES_PROVIDED))
|
|
endif
|
|
|
|
-include $(RIOTCPU)/cortexm_common/Makefile.features
|