mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:29:45 +01:00
sys/saul_reg: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
ab61a0f978
commit
090ccc5d21
@ -378,10 +378,6 @@ ifneq (,$(filter pthread,$(USEMODULE)))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter saul_reg,$(USEMODULE)))
|
||||
USEMODULE += saul
|
||||
endif
|
||||
|
||||
ifneq (,$(filter saul_default,$(USEMODULE)))
|
||||
DEFAULT_MODULE += auto_init_saul
|
||||
DEFAULT_MODULE += saul_init_devs
|
||||
|
1
sys/saul_reg/Makefile.dep
Normal file
1
sys/saul_reg/Makefile.dep
Normal file
@ -0,0 +1 @@
|
||||
USEMODULE += saul
|
Loading…
Reference in New Issue
Block a user