From 57443690254d86558c38682f65e85ae69e3148bc Mon Sep 17 00:00:00 2001 From: Naresh G Solanki Date: Thu, 31 Aug 2017 22:32:49 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/21303 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d763403c3..383d5839a6 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 -- cgit v1.2.3