mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
13 lines
249 B
Makefile
13 lines
249 B
Makefile
INCLUDES += -I$(APPDIR)
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += test_utils_netdev_ieee802154_minimal
|
|
|
|
# select the driver to test
|
|
USEMODULE += mrf24j40ma
|
|
|
|
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=1024
|
|
|
|
include $(RIOTBASE)/Makefile.include
|