mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc_pktbuf_cmd: add od
dependency with gnrc_pktbuf_static
This commit is contained in:
parent
35b7ea44ac
commit
d4f7f9182b
@ -444,6 +444,12 @@ ifneq (,$(filter gnrc_pktbuf_%, $(USEMODULE)))
|
|||||||
USEMODULE += gnrc_pktbuf # make MODULE_GNRC_PKTBUF macro available for all implementations
|
USEMODULE += gnrc_pktbuf # make MODULE_GNRC_PKTBUF macro available for all implementations
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter gnrc_pktbuf_cmd,$(USEMODULE)))
|
||||||
|
ifneq (,$(filter gnrc_pktbuf_static,$(USEMODULE)))
|
||||||
|
USEMODULE += od
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter gnrc_netif_%,$(USEMODULE)))
|
ifneq (,$(filter gnrc_netif_%,$(USEMODULE)))
|
||||||
USEMODULE += gnrc_netif
|
USEMODULE += gnrc_netif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user