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:
parent
ded50b2494
commit
8e1f6efa6d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user