From 25a1bc48bb7e1f10440a35dacf703b8dcccec9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Fri, 7 Jun 2019 18:17:26 +0200 Subject: [PATCH] makefiles/utils: include in Makefile.include Import utils functions in Makefile.include to allow using them. --- Makefile.include | 3 +++ 1 file changed, 3 insertions(+) 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)