1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core: schedstatistics: fixup dependencies

This commit is contained in:
Kaspar Schleiser 2015-09-10 08:27:06 +02:00
parent 525b6acad2
commit 22ec8730a8

View File

@ -378,3 +378,11 @@ ifneq (,$(filter pthread,$(USEMODULE)))
USEMODULE += vtimer
USEMODULE += timex
endif
ifneq (,$(filter schedstatistics,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter xtimer,$(USEMODULE)))
FEATURES_REQUIRED += periph_timer
endif