Makefile
478 Bytes
APPLICATION = driver_at86rf2xx
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_spi periph_gpio
DISABLE_MODULE += auto_init
USEMODULE += od
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += gnrc_netdev_default
# define the driver to be used for selected boards
# use the at86rf231 as fallback device
DRIVER := at86rf231
# include the selected driver
USEMODULE += $(DRIVER)
CFLAGS += -DDEVELHELP
include $(RIOTBASE)/Makefile.include