summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 014988e3d..5ed063483 100644
--- a/src/makefile
+++ b/src/makefile
@@ -97,7 +97,13 @@ hbicore_test_DATA_MODULES = ${hbicore_DATA_MODULES} testdata
IMAGE_PASS_BODY += buildpnor
+IMAGE_PASS_BODY += $(IMGDIR)/hbotStringFile
+CLEAN_TARGETS += $(IMGDIR)/hbotStringFile
+
include ${ROOTPATH}/config.mk
buildpnor: ${IMAGES}
cd build/buildpnor/ && ${MAKE} buildpnor
+
+$(IMGDIR)/hbotStringFile : $(IMAGES)
+ $(ROOTPATH)/src/build/trace/tracehash_hb.pl -c -d $(ROOTPATH)/obj -s $@
OpenPOWER on IntegriCloud