summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/makefile b/makefile
index a9d575f1e..db19e0feb 100644
--- a/makefile
+++ b/makefile
@@ -23,8 +23,8 @@
SUBDIRS = src.d
ROOTPATH = .
-IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html $(IMGDIR)/hbotStringFile
-CLEAN_TARGETS += $(GENDIR)/hwp_id.html $(IMGDIR)/hbotStringFile
+IMAGE_PASS_BODY += $(GENDIR)/hwp_id.html
+CLEAN_TARGETS += $(GENDIR)/hwp_id.html
IMAGE_PASS_BODY += cscope ctags check_istep_modules
include ./config.mk
@@ -47,9 +47,6 @@ gcov:
--title `git describe --dirty`
@echo "View GCOV results with: firefox obj/gcov/html/index.html"
-$(IMGDIR)/hbotStringFile : $(IMAGES)
- $(ROOTPATH)/src/build/trace/tracehash_hb.pl -c -d $(ROOTPATH)/obj -s $@
-
$(GENDIR)/hwp_id.html :
$(ROOTPATH)/src/build/tools/hwp_id.pl -i -l > $@
OpenPOWER on IntegriCloud