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

10 lines
236 B
Makefile
Raw Normal View History

2022-06-01 14:55:48 +02:00
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