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.
This commit is contained in:
Martine Lenders 2018-09-04 13:47:36 +02:00
parent d9d5828106
commit 461ceb8072
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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