mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
make.dep: add dep for gnrc_sock_udp in GNRC deps
If some any module wants to use sock_udp and GNRC is configured as network stack, this PR takes care of pulling in gnrc_sock_udp then.
This commit is contained in:
parent
a9bf69146b
commit
17ecba0e89
@ -614,6 +614,9 @@ ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||
USEMODULE += gnrc_netif
|
||||
USEMODULE += gnrc_netif_hdr
|
||||
USEMODULE += gnrc_pktbuf
|
||||
ifneq (,$(filter sock_udp, $(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_udp
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_pktbuf, $(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user