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

sys/Makefile.dep: cleanup gcoap deps

- GCOAP requires random functions
- openwsn_sock_udp is elected if openwsn stack is used and sock_udp
  as well, so remove redundant dependency
This commit is contained in:
Francisco Molina 2022-04-08 14:03:57 +02:00
parent 14b3659699
commit 34eb65642c

View File

@ -648,9 +648,7 @@ ifneq (,$(filter gcoap,$(USEMODULE)))
USEMODULE += ztimer_usec
USEMODULE += event_callback
USEMODULE += event_timeout_ztimer
ifneq (,$(filter openwsn%,$(USEMODULE)))
USEMODULE += openwsn_sock_udp
endif
USEMODULE += random
endif
ifneq (,$(filter luid,$(USEMODULE)))