Skip to content

Commit

Permalink
sys: pthread: add timer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 16, 2015
1 parent a5dd9cb commit 525b6ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.dep
Expand Up @@ -372,3 +372,9 @@ endif
ifneq (,$(filter ltc4150,$(USEMODULE)))
USEMODULE += xtimer
endif

ifneq (,$(filter pthread,$(USEMODULE)))
USEMODULE += xtimer
USEMODULE += vtimer
USEMODULE += timex
endif

0 comments on commit 525b6ac

Please sign in to comment.