diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-08-31 22:32:49 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-06 04:37:21 +0000 |
commit | 57443690254d86558c38682f65e85ae69e3148bc (patch) | |
tree | ceedad687c1f074016ffcd190ee6ab61f57b4843 | |
parent | 7a1fbdb1e61dbb76daf53f3ac291eed3a36dfb42 (diff) |
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>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |