2021-01-27 10:39:57 +01:00
|
|
|
ifneq (,$(filter congure_abe,$(USEMODULE)))
|
|
|
|
DIRS += abe
|
|
|
|
endif
|
2021-01-21 17:32:19 +01:00
|
|
|
ifneq (,$(filter congure_quic,$(USEMODULE)))
|
|
|
|
DIRS += quic
|
|
|
|
endif
|
2021-02-12 11:03:38 +01:00
|
|
|
ifneq (,$(filter congure_mock,$(USEMODULE)))
|
|
|
|
DIRS += mock
|
|
|
|
endif
|
2021-01-22 17:53:27 +01:00
|
|
|
ifneq (,$(filter congure_reno,$(USEMODULE)))
|
|
|
|
DIRS += reno
|
|
|
|
endif
|
|
|
|
ifneq (,$(filter congure_reno_methods,$(USEMODULE)))
|
|
|
|
DIRS += reno/methods
|
|
|
|
endif
|
2021-02-01 20:08:51 +01:00
|
|
|
ifneq (,$(filter congure_test,$(USEMODULE)))
|
|
|
|
DIRS += test
|
|
|
|
endif
|
|
|
|
|
2021-01-21 17:31:15 +01:00
|
|
|
include $(RIOTBASE)/Makefile.base
|