1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/utils: include in Makefile.include

Import utils functions in Makefile.include to allow using them.
This commit is contained in:
Gaëtan Harter 2019-06-07 18:17:26 +02:00
parent 2c5eeca47a
commit 25a1bc48bb
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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)