Skip to content
Snippets Groups Projects
Commit 375ea745 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

make: add gnrc_conn_udp as dependency for libcoap

parent 89ccb599
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ include $(RIOTBASE)/drivers/Makefile.dep ...@@ -3,6 +3,7 @@ include $(RIOTBASE)/drivers/Makefile.dep
ifneq (,$(filter libcoap,$(USEPKG))) ifneq (,$(filter libcoap,$(USEPKG)))
USEMODULE += posix_sockets USEMODULE += posix_sockets
USEMODULE += gnrc_conn_udp
endif endif
ifneq (,$(filter nhdp,$(USEMODULE))) ifneq (,$(filter nhdp,$(USEMODULE)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment