1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/opendsme/Makefile.opendsme_module
2023-05-31 16:31:26 +02:00

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