1
0
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:
Elena Frank 2025-12-09 14:53:53 +01:00
parent 81ed9c8295
commit 4a326d6c35

View File

@ -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