Skip to content

Commit

Permalink
net/gnrc/nettest: Remove module
Browse files Browse the repository at this point in the history
This module has been deprecated and scheduled for removal in release
2020.07.
  • Loading branch information
leandrolanzieri committed Jul 10, 2020
1 parent b05b2fd commit cdc252a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 557 deletions.
8 changes: 0 additions & 8 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -432,14 +432,6 @@ ifneq (,$(filter gnrc_tcp,$(USEMODULE)))
USEMODULE += core_mbox
endif

ifneq (,$(filter gnrc_nettest,$(USEMODULE)))
USEMODULE += gnrc_netapi
USEMODULE += gnrc_netreg
USEMODULE += gnrc_netif
USEMODULE += gnrc_pktbuf
USEMODULE += xtimer
endif

ifneq (,$(filter gnrc_pktdump,$(USEMODULE)))
DEFAULT_MODULE += auto_init_gnrc_pktdump
USEMODULE += gnrc_pktbuf
Expand Down
289 changes: 0 additions & 289 deletions sys/include/net/gnrc/nettest.h

This file was deleted.

3 changes: 0 additions & 3 deletions sys/net/gnrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ endif
ifneq (,$(filter gnrc_netreg,$(USEMODULE)))
DIRS += netreg
endif
ifneq (,$(filter gnrc_nettest,$(USEMODULE)))
DIRS += nettest
endif
ifneq (,$(filter gnrc_mac,$(USEMODULE)))
DIRS += link_layer/mac
endif
Expand Down
3 changes: 0 additions & 3 deletions sys/net/gnrc/nettest/Makefile

This file was deleted.

Loading

0 comments on commit cdc252a

Please sign in to comment.