mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e7c1605119
tests/driver_netdev_common: add compile-test for network drivers
7 lines
113 B
Makefile
7 lines
113 B
Makefile
BOARD ?= openmote-b
|
|
|
|
# the radio driver to test
|
|
USEMODULE += at86rf215
|
|
|
|
include ../driver_netdev_common/Makefile
|