From f8e6f776579c89da57707fe6ac44ba5a81db79ee Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Mon, 26 Oct 2020 17:41:47 +0100 Subject: [PATCH] sys/Makefile.dep: add missing nanocoap_sock dependency --- sys/Makefile.dep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/Makefile.dep b/sys/Makefile.dep index 0f738e5ffe..34f0b3ca23 100644 --- a/sys/Makefile.dep +++ b/sys/Makefile.dep @@ -817,6 +817,10 @@ ifneq (,$(filter luid,$(USEMODULE))) FEATURES_OPTIONAL += periph_cpuid endif +ifneq (,$(filter nanocoap_sock,$(USEMODULE))) + USEMODULE += sock_udp +endif + ifneq (,$(filter nanocoap_%,$(USEMODULE))) USEMODULE += nanocoap endif