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)))
|
ifeq (,$(findstring lib,$(USEMODULE)))
|
||||||
USEMODULE += lib
|
USEMODULE += lib
|
||||||
endif
|
endif
|
||||||
|
ifeq (,$(findstring posix,$(USEMODULE)))
|
||||||
|
USEMODULE += posix
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring cc110x,$(USEMODULE)))
|
ifneq (,$(findstring cc110x,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user