summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNicolas Schodet2016-08-22 16:16:07 +0200
committerNicolas Schodet2019-10-09 23:05:51 +0200
commitf7d0eea6fdf646241265d58bd7b35643a68a47cb (patch)
tree0e4a52d376109a2471baa03274dbf6dcfd7b2495 /build
parentd33f8063e2c4033d767415660ca5ddafd3dd03fc (diff)
build: include local macros
Diffstat (limited to 'build')
-rw-r--r--build/top.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/top.mk b/build/top.mk
index 4469d2e..34b46c9 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -10,6 +10,7 @@ endif
UCOO_BASE := $(patsubst %/build/top.mk,%,$(lastword $(MAKEFILE_LIST)))
include $(UCOO_BASE)/build/macros.mk
+-include $(BASE)/build/macros.mk
# General parameters.