Makefile: add tools/fiologpaser.py
authorJens Axboe <axboe@fb.com>
Fri, 6 May 2016 17:43:57 +0000 (11:43 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 6 May 2016 17:43:57 +0000 (11:43 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile

index 007ae400a48a4d5314cc96528ff7919f84a8ebeb..b0204b3cdd6352a1ded3caf326c1a5a0f592d4f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ OPTFLAGS= -g -ffast-math
 CFLAGS = -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS) -I. -I$(SRCDIR)
 LIBS   += -lm $(EXTLIBS)
 PROGS  = fio
-SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio)
+SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologpaser.py)
 
 ifndef CONFIG_FIO_NO_OPT
   CFLAGS += -O3