summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNaresh G Solanki <naresh.solanki@intel.com>2017-08-31 22:32:49 +0530
committerMartin Roth <martinroth@google.com>2017-09-06 04:37:21 +0000
commit57443690254d86558c38682f65e85ae69e3148bc (patch)
treeceedad687c1f074016ffcd190ee6ab61f57b4843 /Makefile
parent7a1fbdb1e61dbb76daf53f3ac291eed3a36dfb42 (diff)
downloadcoreboot-57443690254d86558c38682f65e85ae69e3148bc.tar.gz
coreboot-57443690254d86558c38682f65e85ae69e3148bc.tar.bz2
coreboot-57443690254d86558c38682f65e85ae69e3148bc.zip
Makefile: Include Makefile from site-local
Include Makefile from site-local even in absence of DOTCONFIG. This will allow execution of Makefile option from site-local in absence of DOTCONFIG as well. Change-Id: I62d1562687ffe18546add80fdde1196700a65236 Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com> Reviewed-on: https://review.coreboot.org/21303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d763403c317..383d5839a672 100644
--- a/Makefile
+++ b/Makefile
@@ -129,6 +129,7 @@ ifeq ($(NOCOMPILE),1)
include $(TOPLEVEL)/Makefile.inc
include $(TOPLEVEL)/payloads/Makefile.inc
include $(TOPLEVEL)/util/testing/Makefile.inc
+-include $(TOPLEVEL)/site-local/Makefile.inc
real-all:
@echo "Error: Expected config file ($(DOTCONFIG)) not present." >&2
@echo "Please specify a config file or run 'make menuconfig' to" >&2