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:
parent
89ccb599f5
commit
375ea74526
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user