sys/Makefile.dep: add missing nanocoap_sock dependency
This commit is contained in:
parent
304cbdf89f
commit
f8e6f77657
@ -817,6 +817,10 @@ ifneq (,$(filter luid,$(USEMODULE)))
|
|||||||
FEATURES_OPTIONAL += periph_cpuid
|
FEATURES_OPTIONAL += periph_cpuid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter nanocoap_sock,$(USEMODULE)))
|
||||||
|
USEMODULE += sock_udp
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter nanocoap_%,$(USEMODULE)))
|
ifneq (,$(filter nanocoap_%,$(USEMODULE)))
|
||||||
USEMODULE += nanocoap
|
USEMODULE += nanocoap
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user