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

14 lines
259 B
Makefile

INCLUDES += -I$(APPDIR)
BOARD ?= z1
include ../Makefile.drivers_common
USEMODULE += test_utils_netdev_ieee802154_minimal
# select the driver to test
USEMODULE += cc2420
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=1024
include $(RIOTBASE)/Makefile.include