1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles: model efm32_coretemp as a feature

This commit is contained in:
Bas Stottelaar 2020-11-18 17:26:02 +01:00
parent ded50b2494
commit 8e1f6efa6d

View File

@ -44,3 +44,6 @@ endif
ifneq (,$(filter cortexm_mpu,$(FEATURES_USED)))
USEMODULE += mpu_stack_guard
endif
# use efm32_coretemp if the feature is used
USEMODULE += $(filter efm32_coretemp, $(FEATURES_USED))