core: schedstatistics: fixup dependencies
This commit is contained in:
parent
525b6acad2
commit
22ec8730a8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user