mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
11 lines
229 B
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
|