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

makefiles/features_modules: add cortexm_svc

This commit is contained in:
Kaspar Schleiser 2020-06-04 21:25:58 +02:00
parent dbe7331d10
commit 24facae6fb

View File

@ -25,3 +25,6 @@ USEMODULE += $(filter cpu_check_address, $(FEATURES_USED))
ifneq (,$(filter periph_%, $(USEMODULE)))
USEMODULE += periph_common
endif
# select cortexm_svc pseudomodule if the corresponding feature is used
USEMODULE += $(filter cortexm_svc, $(FEATURES_USED))