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:
parent
2c5eeca47a
commit
25a1bc48bb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user