2015-04-02 17:39:10 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2015-11-03 15:27:24 +01:00
|
|
|
USEMODULE += auto_init_gnrc_netif
|
2015-11-26 17:24:40 +01:00
|
|
|
USEMODULE += gnrc_netdev_default
|
2019-12-05 13:59:54 +01:00
|
|
|
USEMODULE += fmt
|
2015-11-03 15:27:24 +01:00
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += ps
|
2015-04-02 17:39:10 +02:00
|
|
|
|
2017-02-07 14:39:44 +01:00
|
|
|
DRIVER ?= kw2xrf
|
2015-04-02 17:39:10 +02:00
|
|
|
|
2015-11-03 15:27:24 +01:00
|
|
|
# finally include the actual chosen driver
|
|
|
|
USEMODULE += $(DRIVER)
|
2015-05-17 15:21:49 +02:00
|
|
|
|
2015-04-02 17:39:10 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|