model uart dependency on posix
This commit is contained in:
parent
2499b342bb
commit
2ab55174a7
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue