Add fio-histo-log-pctiles to make file
authorAakarsh Gopi <aakarsh.g2012@gmail.com>
Thu, 16 Apr 2020 18:34:46 +0000 (14:34 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2020 18:34:46 +0000 (14:34 -0400)
This was missing earlier

Makefile

index cb9e1775b400f693585b8639fd58a29840672ffc..f1e984f5f49ddd1d3a9cd8292b886d185147ed31 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ OPTFLAGS= -g -ffast-math
 CFLAGS := -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) -I. -I$(SRCDIR) $(CFLAGS)
 LIBS   += -lm $(EXTLIBS)
 PROGS  = fio
-SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py tools/fio_jsonplus_clat2csv)
+SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py tools/hist/fio-histo-log-pctiles.py tools/fio_jsonplus_clat2csv)
 
 ifndef CONFIG_FIO_NO_OPT
   CFLAGS := -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 $(CFLAGS)