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:
parent
14b3659699
commit
34eb65642c
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user