1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

sys: pthread: add timer dependencies

This commit is contained in:
Kaspar Schleiser 2015-09-09 18:32:54 +02:00
parent a5dd9cb29b
commit 525b6acad2

View File

@ -372,3 +372,9 @@ endif
ifneq (,$(filter ltc4150,$(USEMODULE)))
USEMODULE += xtimer
endif
ifneq (,$(filter pthread,$(USEMODULE)))
USEMODULE += xtimer
USEMODULE += vtimer
USEMODULE += timex
endif