From b811fb79401ad460da9db01f0be4fe7ff4b38fe4 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 20 Apr 2017 20:02:47 +0000 Subject: [PATCH] projects-dir.mk: Add -include local.mk Signed-off-by: Jan Lindemann --- make/projects-dir.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index e91fc871..b0633fcd 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -12,6 +12,8 @@ # ------------ Makefile and environment variables +-include local.mk + ifneq ($(PROJECTS),) export PGIT_CLONE_PROJECTS = $(PROJECTS) endif