- gnrc_netdev_default depends on netdev_default, no need for checking against both modules. - fix documentation mentions of the double check
5 lines
111 B
Makefile
5 lines
111 B
Makefile
# use the default network interface for the board
|
|
USEMODULE += gnrc_netdev_default
|
|
|
|
include Makefile.netdev.mk
|