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