summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
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
OpenPOWER on IntegriCloud