model uart dependency on posix

This commit is contained in:
Ludwig Ortmann 2014-02-06 12:29:02 +01:00
parent 2499b342bb
commit 2ab55174a7
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ ifneq (,$(findstring uart0,$(USEMODULE)))
ifeq (,$(findstring lib,$(USEMODULE)))
USEMODULE += lib
endif
ifeq (,$(findstring posix,$(USEMODULE)))
USEMODULE += posix
endif
endif
ifneq (,$(findstring cc110x,$(USEMODULE)))