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:
parent
525b6acad2
commit
22ec8730a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user