[coreboot-gerrit] Change in coreboot[master]: Makefile: Include Makefile from site-local

Naresh Solanki (Code Review) gerrit at coreboot.org
Thu Aug 31 19:28:49 CEST 2017


Naresh Solanki has uploaded this change for review. ( https://review.coreboot.org/21303


Change subject: Makefile: Include Makefile from site-local
......................................................................

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 at 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 https://review.coreboot.org/21303
To unsubscribe, visit https://review.coreboot.org/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 at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170831/a5c7cb34/attachment.html>


More information about the coreboot-gerrit mailing list