Naresh Solanki has uploaded this change for review.

View Change

Makefile: Include Makefile from site-local

Include Makefile from site-local even in absense 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>
---
M Makefile
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/21303/1
diff --git a/Makefile b/Makefile
index 343ec65..2f0b9db 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,7 @@
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

To view, visit change 21303. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I62d1562687ffe18546add80fdde1196700a65236
Gerrit-Change-Number: 21303
Gerrit-PatchSet: 1
Gerrit-Owner: Naresh Solanki <naresh.solanki@intel.com>