mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:29:45 +01:00
sys/ssp: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
85c640d415
commit
932ad3fc1f
@ -100,10 +100,6 @@ ifneq (,$(filter shell_lock,$(USEMODULE)))
|
||||
USEMODULE += ztimer_msec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter ssp,$(USEMODULE)))
|
||||
FEATURES_REQUIRED += ssp
|
||||
endif
|
||||
|
||||
ifneq (,$(filter base64url,$(USEMODULE)))
|
||||
USEMODULE += base64
|
||||
endif
|
||||
|
1
sys/ssp/Makefile.dep
Normal file
1
sys/ssp/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
FEATURES_REQUIRED += ssp
|
Loading…
Reference in New Issue
Block a user