[PATCH] Added iostat-style statistics to btt
[blktrace.git] / btt / Makefile
index 86d70f060aaf58795f8cfe5d960336842ec2a066..b86e8282221eb4ddfb8934b66e8c48ed5d7f1dfb 100644 (file)
@@ -8,7 +8,7 @@ PROGS   = btt
 #PLIBS = -lpthread
 LIBS   = $(PLIBS) $(ELIBS)
 OBJS   = bt_timeline.o args.o output.o proc.o trace.o misc.o devs.o \
-         traverse.o iofree.o devmap.o cylist.o seek.o
+         traverse.o iofree.o devmap.o cylist.o seek.o iostat.o
 
 all: depend $(PROGS)