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

16 lines
304 B
Makefile
Raw Normal View History

2022-03-22 09:41:01 +01:00
INCLUDES += -I$(APPDIR)
BOARD ?= remote-revb
include ../Makefile.drivers_common
2022-03-22 09:41:01 +01:00
USEMODULE += test_utils_netdev_ieee802154_minimal
# select the driver to test
USEMODULE += cc2538_rf
FEATURES_REQUIRED += cpu_cc2538
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=1024
include $(RIOTBASE)/Makefile.include