diff --git a/Makefile.include b/Makefile.include index f9ed21b6a1..e9c8d91eb3 100644 --- a/Makefile.include +++ b/Makefile.include @@ -80,6 +80,9 @@ MAKEOVERRIDES += $(foreach v,$(__DIRECTORY_VARIABLES),$(v)=$($(v))) # trailing '/' is important when RIOTPROJECT == CURDIR BUILDRELPATH ?= $(patsubst $(RIOTPROJECT)/%,%,$(CURDIR)/) +# include makefiles utils tools +include $(RIOTMAKE)/utils/variables.mk + # get host operating system OS := $(shell uname)