1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

gnrc_pktbuf_cmd: add od dependency with gnrc_pktbuf_static

This commit is contained in:
Martine Lenders 2021-11-17 15:52:44 +01:00
parent 35b7ea44ac
commit d4f7f9182b
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -444,6 +444,12 @@ ifneq (,$(filter gnrc_pktbuf_%, $(USEMODULE)))
USEMODULE += gnrc_pktbuf # make MODULE_GNRC_PKTBUF macro available for all implementations
endif
ifneq (,$(filter gnrc_pktbuf_cmd,$(USEMODULE)))
ifneq (,$(filter gnrc_pktbuf_static,$(USEMODULE)))
USEMODULE += od
endif
endif
ifneq (,$(filter gnrc_netif_%,$(USEMODULE)))
USEMODULE += gnrc_netif
endif