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 += vtimer
USEMODULE += timex USEMODULE += timex
endif endif
ifneq (,$(filter schedstatistics,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter xtimer,$(USEMODULE)))
FEATURES_REQUIRED += periph_timer
endif