diff --git a/Makefile.dep b/Makefile.dep index 43a8c4831f..c4acbeb2a2 100644 --- a/Makefile.dep +++ b/Makefile.dep @@ -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)))