mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
236 B
Makefile
10 lines
236 B
Makefile
MODULE = $(OPENDSME_MODULE)
|
|
|
|
ifeq (opendsme_adaption_layer_scheduling,$(OPENDSME_MODULE))
|
|
# Include TPS and StaticScheduling schedulers
|
|
NO_AUTO_SRC := 1
|
|
SRCXX += TPS.cc StaticScheduling.cc
|
|
endif
|
|
|
|
include $(RIOTBASE)/Makefile.base
|