mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
20 lines
403 B
Makefile
20 lines
403 B
Makefile
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
|