Skip to content

Commit

Permalink
Merge pull request #17228 from miri64/gnrc_pktbuf_cmd/enh/add-od-dep
Browse files Browse the repository at this point in the history
gnrc_pktbuf_cmd: add od dependency with gnrc_pktbuf_static
  • Loading branch information
fjmolinas authored Jan 17, 2022
2 parents 54d62f1 + d4f7f91 commit 000e6fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions sys/net/gnrc/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,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
1 change: 0 additions & 1 deletion tests/gnrc_udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ USEMODULE += gnrc_pktbuf_cmd
USEMODULE += gnrc_udp
USEMODULE += gnrc_rpl
USEMODULE += auto_init_gnrc_rpl
USEMODULE += od
USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell
USEMODULE += shell_commands
Expand Down

0 comments on commit 000e6fa

Please sign in to comment.