projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5146fd4
)
iowatcher: add iowatcher to the main blktrace Makefile
author
Chris Mason
<clm@fb.com>
Wed, 24 Sep 2014 19:09:51 +0000
(12:09 -0700)
committer
Chris Mason
<clm@fb.com>
Wed, 24 Sep 2014 19:09:51 +0000
(12:09 -0700)
Signed-off-by: Chris Mason <clm@fb.com>
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 623b84be766af04bf7c58ed8ab3d194e74dd2c64..458f2376f075d188d35cae470ec3a3c4d5e6ce4a 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