aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWei Wang <wvw@google.com>2018-08-29 14:04:30 -0700
committerWei Wang <wvw@google.com>2018-08-30 13:29:06 -0700
commitc80018f8775ae62741aff7741038547cfc5ff409 (patch)
treeaaab9c22241d34bdb7f87923edc8b0483d9922e4 /Makefile
parentd345431f16b8f76f30a58193ff2b26d5853e1109 (diff)
downloadblktrace-c80018f8775ae62741aff7741038547cfc5ff409.tar.gz
Update to blktrace-1.2.0 and fix the build
Test: Build and run Bug: 113540458 Change-Id: Ie17f737d23dca429431d0114485254b6d91d3984
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)