mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
USEMODULE += congure
|
||||||
endif
|
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)))
|
ifneq (,$(filter crc16_fast,$(USEMODULE)))
|
||||||
USEMODULE += checksum
|
USEMODULE += checksum
|
||||||
endif
|
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