aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2014-09-24 12:09:51 -0700
committerChris Mason <clm@fb.com>2014-09-24 12:09:51 -0700
commit4eb0e11db526a9017fc609c6728bbdf9eb2b39ba (patch)
treef05fa0c5bde79f9a5d6d74fead989edbeb2c4613
parent5146fd4879fab6c791814e1c1e4e994f6449000d (diff)
downloadblktrace-4eb0e11db526a9017fc609c6728bbdf9eb2b39ba.tar.gz
iowatcher: add iowatcher to the main blktrace Makefile
Signed-off-by: Chris Mason <clm@fb.com>
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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