1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

make: add gnrc_conn_udp as dependency for libcoap

This commit is contained in:
Oleg Hahm 2016-02-25 10:40:16 +01:00
parent 89ccb599f5
commit 375ea74526

View File

@ -3,6 +3,7 @@ include $(RIOTBASE)/drivers/Makefile.dep
ifneq (,$(filter libcoap,$(USEPKG)))
USEMODULE += posix_sockets
USEMODULE += gnrc_conn_udp
endif
ifneq (,$(filter nhdp,$(USEMODULE)))