mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cbcf568263
The board white list was needed as temporary workaround during the KConfig migration. As the migration was aborted, the workaround should no longer be needed. Partially fixes https://github.com/RIOT-OS/RIOT/issues/20680
17 lines
319 B
Makefile
17 lines
319 B
Makefile
INCLUDES += -I$(APPDIR)
|
|
|
|
include ../Makefile.drivers_common
|
|
|
|
USEMODULE += test_utils_netdev_ieee802154_minimal
|
|
|
|
# select the driver to test
|
|
USEMODULE += mrf24j40ma
|
|
|
|
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=1024
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
ifneq (,$(filter bhp,$(USEMODULE)))
|
|
USEMODULE += bhp_event
|
|
endif
|