mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:49:47 +01:00
sys/congure: move dependency resolution in its own Makefile.dep
This commit is contained in:
parent
d9047a063f
commit
03d2792f8b
@ -33,26 +33,6 @@ ifneq (,$(filter congure_%,$(USEMODULE)))
|
||||
USEMODULE += congure
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_abe,$(USEMODULE)))
|
||||
USEMODULE += congure_reno_methods
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_quic,$(USEMODULE)))
|
||||
USEMODULE += ztimer_msec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_test,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_reno,$(USEMODULE)))
|
||||
USEMODULE += congure_reno_methods
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_reno_methods,$(USEMODULE)))
|
||||
USEMODULE += seq
|
||||
endif
|
||||
|
||||
ifneq (,$(filter crc16_fast,$(USEMODULE)))
|
||||
USEMODULE += checksum
|
||||
endif
|
||||
|
19
sys/congure/Makefile.dep
Normal file
19
sys/congure/Makefile.dep
Normal file
@ -0,0 +1,19 @@
|
||||
ifneq (,$(filter congure_abe,$(USEMODULE)))
|
||||
USEMODULE += congure_reno_methods
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_quic,$(USEMODULE)))
|
||||
USEMODULE += ztimer_msec
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_test,$(USEMODULE)))
|
||||
USEMODULE += fmt
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_reno,$(USEMODULE)))
|
||||
USEMODULE += congure_reno_methods
|
||||
endif
|
||||
|
||||
ifneq (,$(filter congure_reno_methods,$(USEMODULE)))
|
||||
USEMODULE += seq
|
||||
endif
|
Loading…
Reference in New Issue
Block a user