mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12931 from haukepetersen/fix_deps_sockudpusers
make.dep: fix sock_udp deps for stnp
This commit is contained in:
commit
ff0d2284b6
@ -71,7 +71,7 @@ ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter sntp,$(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_udp
|
||||
USEMODULE += sock_udp
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
@ -624,6 +624,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