From: Chris Mason Date: Wed, 24 Sep 2014 19:09:51 +0000 (-0700) Subject: iowatcher: add iowatcher to the main blktrace Makefile X-Git-Tag: blktrace-1.1.0~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4eb0e11db526a9017fc609c6728bbdf9eb2b39ba;p=blktrace.git iowatcher: add iowatcher to the main blktrace Makefile Signed-off-by: Chris Mason --- 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