From 4eb0e11db526a9017fc609c6728bbdf9eb2b39ba Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Wed, 24 Sep 2014 12:09:51 -0700 Subject: [PATCH] iowatcher: add iowatcher to the main blktrace Makefile Signed-off-by: Chris Mason --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 623b84b..458f237 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,16 @@ LIBS = -lpthread SCRIPTS = btrace ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \ - btt/bno_plot.py + btt/bno_plot.py iowatcher/iowatcher all: $(ALL) btt/btt: $(MAKE) -C btt +iowatcher/iowatcher: + $(MAKE) -C iowatcher + btreplay/btrecord: $(MAKE) -C btreplay -- 2.25.1