mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys: add forward proxy thread submodule
This commit is contained in:
parent
557f3c7bc8
commit
e10553b6ee
@ -70,6 +70,7 @@ PSEUDOMODULES += evtimer_mbox
|
||||
PSEUDOMODULES += fatfs_vfs_format
|
||||
PSEUDOMODULES += fmt_%
|
||||
PSEUDOMODULES += gcoap_forward_proxy
|
||||
PSEUDOMODULES += gcoap_forward_proxy_thread
|
||||
PSEUDOMODULES += gcoap_fileserver
|
||||
PSEUDOMODULES += gcoap_dtls
|
||||
## @addtogroup net_gcoap_dns
|
||||
|
@ -471,6 +471,10 @@ ifneq (,$(filter gcoap_forward_proxy,$(USEMODULE)))
|
||||
USEMODULE += uri_parser
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gcoap_forward_proxy_thread,$(USEMODULE)))
|
||||
USEMODULE += gcoap_forward_proxy
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gcoap_dtls,$(USEMODULE)))
|
||||
USEMODULE += gcoap
|
||||
USEMODULE += dsm
|
||||
|
Loading…
Reference in New Issue
Block a user