From: Jens Axboe Date: Fri, 6 May 2016 17:43:57 +0000 (-0600) Subject: Makefile: add tools/fiologpaser.py X-Git-Tag: fio-2.10~47 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=923e9ffbbe7ef32b61b9ddafae462ce2754af677;p=fio.git Makefile: add tools/fiologpaser.py Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 007ae400..b0204b3c 100644 --- 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