btreplay: fix sched_{set|get}affinity
[blktrace.git] / Makefile
index 623b84be766af04bf7c58ed8ab3d194e74dd2c64..fdbded02ee0aeb9b1d656cf6d52460531c35a9d1 100644 (file)
--- 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
 
@@ -76,6 +79,7 @@ clean: docsclean
        -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
        $(MAKE) -C btt clean
        $(MAKE) -C btreplay clean
+       $(MAKE) -C iowatcher clean
 
 install: all
        $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)