aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-07-01 20:59:18 +0000
committerXin Li <delphij@google.com>2019-07-01 20:59:18 +0000
commitc8a6a475f46ae2cf8a9d3c32262b00b14123d9e6 (patch)
tree28ce16b16a7e52db33e3f6e094e396893e0d2001 /Makefile
parentfcf2bbd5a3d2553125dfc4055fe4ae57c5499669 (diff)
parent9c82183ae7fb7dc4db787b8796c652a732b4d552 (diff)
downloadblktrace-c8a6a475f46ae2cf8a9d3c32262b00b14123d9e6.tar.gz
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-mastertemp_140451723
Bug: 134405016 Change-Id: Icd38ba6290b413fe410869e29eae8e02699e32a8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 623b84b..fdbded0 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
@@ -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)