1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_netdev_common/Makefile
Francisco Molina 639c2a7b31
tests/driver_netdev_common: add Makefile.netdev.mk
- Put common configuration in Makefile.netdev.mk
- Add netdev_default to the application Makefile
2020-08-27 11:46:24 +02:00

5 lines
106 B
Makefile

# use the default network interface for the board
USEMODULE += netdev_default
include Makefile.netdev.mk