1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf215/Makefile

11 lines
229 B
Makefile

BOARD ?= openmote-b
# the radio driver to test
USEMODULE += at86rf215
USEMODULE += at86rf215_batmon
USEMODULE += at86rf215_timestamp
CFLAGS += -DCONFIG_NETDEV_REGISTER_SIGNAL
include ../driver_netdev_common/Makefile.netdev.mk