mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
gnrc: include netapi_notify module in deps
This commit is contained in:
parent
81ed9c8295
commit
4a326d6c35
@ -447,6 +447,11 @@ ifneq (,$(filter gnrc,$(USEMODULE)))
|
||||
USEMODULE += gnrc_netif
|
||||
USEMODULE += gnrc_netif_hdr
|
||||
USEMODULE += gnrc_pktbuf
|
||||
ifneq (,$(filter gnrc_ipv6,$(USEMODULE)))
|
||||
ifneq (,$(filter nimble_netif,$(USEMODULE)))
|
||||
USEMODULE += gnrc_netapi_notify
|
||||
endif
|
||||
endif
|
||||
ifneq (,$(filter sock_async, $(USEMODULE)))
|
||||
USEMODULE += gnrc_sock_async
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user