Skip to content
Snippets Groups Projects
Commit 461ceb80 authored by Martine Lenders's avatar Martine Lenders
Browse files

tests/lwip_sock_*: remove implicit import of `lwip_ethernet` module

Now that `lwip_ethernet` is pulled in as a dependency of `lwip` +
`netdev_eth`, it can be removed.
parent d9d58281
Branches
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6)) ...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6))
endif endif
USEMODULE += inet_csum USEMODULE += inet_csum
USEMODULE += lwip_ethernet lwip_netdev USEMODULE += lwip_netdev
USEMODULE += lwip_sock_ip USEMODULE += lwip_sock_ip
USEMODULE += netdev_eth USEMODULE += netdev_eth
USEMODULE += netdev_test USEMODULE += netdev_test
......
...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6)) ...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6))
endif endif
USEMODULE += inet_csum USEMODULE += inet_csum
USEMODULE += lwip_ethernet lwip_netdev USEMODULE += lwip_netdev
USEMODULE += lwip_sock_tcp USEMODULE += lwip_sock_tcp
USEMODULE += netdev_eth USEMODULE += netdev_eth
USEMODULE += netdev_test USEMODULE += netdev_test
......
...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6)) ...@@ -27,7 +27,7 @@ ifneq (0, $(LWIP_IPV6))
endif endif
USEMODULE += inet_csum USEMODULE += inet_csum
USEMODULE += lwip_ethernet lwip_netdev USEMODULE += lwip_netdev
USEMODULE += lwip_sock_udp USEMODULE += lwip_sock_udp
USEMODULE += netdev_eth USEMODULE += netdev_eth
USEMODULE += netdev_test USEMODULE += netdev_test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment