mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-22 13:03:54 +01:00
11 lines
280 B
Makefile
11 lines
280 B
Makefile
include ../Makefile.core_common
|
|
|
|
CONFIG_MSG_QUEUE_PRINT_MAX ?= 6
|
|
|
|
CFLAGS += -DCONFIG_MSG_QUEUE_PRINT_MAX=$(CONFIG_MSG_QUEUE_PRINT_MAX)
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
# Make config available in Python test script via environment variables
|
|
export CONFIG_MSG_QUEUE_PRINT_MAX
|