mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 10:33:49 +01:00
11 lines
196 B
Makefile
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
|