mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
fc3f5f562b
with README.md
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
|