From c24b25d1a269c4f814b634e49d81a8bb3772f0e7 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 7 May 2013 17:17:37 -0500 Subject: 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 Reviewed-by: Daniel M. Crowell Reviewed-by: Mark W. Wenning Reviewed-by: A. Patrick Williams III --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index db19e0feb..c55543f9c 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.2.1