summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
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