Skip to content

Commit

Permalink
gnrc_pktbuf_cmd: add od dependency with gnrc_pktbuf_static
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Nov 17, 2021
1 parent 35b7ea4 commit d4f7f91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sys/net/gnrc/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f7f91

Please sign in to comment.