From 923e9ffbbe7ef32b61b9ddafae462ce2754af677 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 6 May 2016 11:43:57 -0600 Subject: [PATCH] Makefile: add tools/fiologpaser.py Signed-off-by: Jens Axboe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1