summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-09-05 08:23:14 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-09-16 23:41:45 -0500
commit3aa7b7c2918f4da9e5d8d5d9ba05ec5a5daace47 (patch)
tree787dae119ec60727716e9fd4e02ca082d422b434 /Makefile
parentd103f7adad9db03b0a13878ad9f80bd02b54b4c1 (diff)
downloadtalos-sbe-3aa7b7c2918f4da9e5d8d5d9ba05ec5a5daace47.tar.gz
talos-sbe-3aa7b7c2918f4da9e5d8d5d9ba05ec5a5daace47.zip
Enable parallel builds in SBE
Change-Id: Iae7c898d9352bd2d2ac6c909cb9c7b3bd346a5b3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65700 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6eba8c0..707e8717 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,9 @@
BUILD_DIR = src/build
.PHONY: install
-install: all tar
+install:
+ $(MAKE) all
+ $(MAKE) tar
tar:
$(MAKE) -C $(BUILD_DIR) tar
OpenPOWER on IntegriCloud