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:
parent
dbe7331d10
commit
24facae6fb
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user