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

sys/Makefile.dep: add missing nanocoap_sock dependency

This commit is contained in:
Francisco Molina 2020-10-26 17:41:47 +01:00
parent 304cbdf89f
commit f8e6f77657
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -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