summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSrikantha Meesala <srikantha@in.ibm.com>2019-02-28 04:25:30 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-03-14 04:04:51 -0500
commit8a2bb59e3dc98a2342a118ab0052f5ae88624fc5 (patch)
tree776ec6fdfb043a062e36b7562ea90de16a8b3aef /src
parentf560231a9e837b40fa1ad5f39d5be981390e5482 (diff)
downloadtalos-sbe-8a2bb59e3dc98a2342a118ab0052f5ae88624fc5.tar.gz
talos-sbe-8a2bb59e3dc98a2342a118ab0052f5ae88624fc5.zip
Makefile issue with parallel build
Change-Id: Ia11648fa71539c681c98a081deb4553ae35a5429 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72609 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Krishna Swaroop Athmaram <krathmar@in.ibm.com> Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/build/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index eec4cef1..49dcb115 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -299,6 +299,9 @@ $(SBE_IPL_TOOLS): $(P9_XIP_TOOL)
$(MAKE) -I $(INCLUDES) -C $(IPL_BUILD_DIR) -f Makefile
# Build the P9-XIP Tool
+# .PARALLEL = Forces Parallel
+# .NOTPARALLEL = forces serial execution of makefile target..
+.NOTPARALLEL: $(P9_XIP_TOOL)
$(P9_XIP_TOOL):
$(MAKE) -I $(P9_XIP_SRCDIR) -C $(P9_XIP_SRCDIR) -f Makefile BINDIR=$(P9_XIP_BINDIR) CXX_FLAGS=-D__PPE__=1
cp -f $(P9_XIP_TOOL) $(IMG_DIR)/
OpenPOWER on IntegriCloud