summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-05-17 15:02:25 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-02 16:01:12 -0500
commit8f84901182a481e0451a43df032a9c4f9f5bbaba (patch)
tree907709c39a45d97bd72918a7a83272cff11af2a8 /makefile
parent231c0fe688b855130c474dc2f89d83632ecd3e3c (diff)
downloadtalos-hostboot-8f84901182a481e0451a43df032a9c4f9f5bbaba.tar.gz
talos-hostboot-8f84901182a481e0451a43df032a9c4f9f5bbaba.zip
Increase parallelism in builds.
Change-Id: I1da7d93fb9d36d780321f291fce8edd216092488 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4583 Tested-by: Jenkins Server Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index c55543f9c..e76a4f5ca 100644
--- a/makefile
+++ b/makefile
@@ -23,12 +23,12 @@
SUBDIRS = src.d
ROOTPATH = .
-IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html
+IMAGE_PASS_POST += $(GENDIR)/hwp_id.html
CLEAN_TARGETS += $(GENDIR)/hwp_id.html
ifndef BUILD_MINIMAL
-IMAGE_PASS_BODY += cscope ctags
+IMAGE_PASS_POST += cscope ctags
endif
-IMAGE_PASS_BODY += check_istep_modules
+IMAGE_PASS_POST += check_istep_modules
include ./config.mk
OpenPOWER on IntegriCloud