diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-07 17:17:37 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-15 09:32:41 -0500 |
commit | c24b25d1a269c4f814b634e49d81a8bb3772f0e7 (patch) | |
tree | abdf99c327a995da31ca0f2ba0ce7ab24daa9135 /makefile | |
parent | 3cd5ed99be7d51b181c65f35c820abf3fc6f2c86 (diff) | |
download | talos-hostboot-c24b25d1a269c4f814b634e49d81a8bb3772f0e7.tar.gz talos-hostboot-c24b25d1a269c4f814b634e49d81a8bb3772f0e7.zip |
Reduce the footprint of builds.
Change-Id: I2091409dc81716d064ac1e057573b6b2e02168ad
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4409
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ ROOTPATH = . IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html CLEAN_TARGETS += $(GENDIR)/hwp_id.html -IMAGE_PASS_BODY += cscope ctags check_istep_modules +ifndef BUILD_MINIMAL +IMAGE_PASS_BODY += cscope ctags +endif +IMAGE_PASS_BODY += check_istep_modules include ./config.mk |