1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys_sched_round_robin/Makefile
2021-12-08 13:13:48 +01:00

11 lines
196 B
Makefile

include ../Makefile.tests_common
# Set to 1 to disable the round-robin scheduling module
NORR ?= 0
ifneq (1,$(NORR))
USEMODULE += sched_round_robin
endif
include $(RIOTBASE)/Makefile.include