summaryrefslogtreecommitdiff
path: root/tools/perf
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-11-11 12:01:04 +0800
committerAlex Shi <alex.shi@linaro.org>2016-11-11 12:01:04 +0800
commit17d454ca330f6da6417be55a4c34a01dd6b55bdf (patch)
tree5a9129320cb326b2ce0fdadc5756946d50954734 /tools/perf
parentecad39540a66997b642907e2f939a9f662471a9f (diff)
parentbeb996c1c39990c22248d3afdc23d7d2af13272f (diff)
Merge tag 'v4.4.31' into linux-linaro-lsk-v4.4
This is the 4.4.31 stable release
Diffstat (limited to 'tools/perf')
-rw-r--r--tools/perf/Makefile.perf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
index 34846e71fdbd..74c265e0ffa0 100644
--- a/tools/perf/Makefile.perf
+++ b/tools/perf/Makefile.perf
@@ -423,7 +423,7 @@ $(LIBTRACEEVENT)-clean:
$(call QUIET_CLEAN, libtraceevent)
$(Q)$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null
-install-traceevent-plugins: $(LIBTRACEEVENT)
+install-traceevent-plugins: libtraceevent_plugins
$(Q)$(MAKE) -C $(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) O=$(OUTPUT) install_plugins
$(LIBAPI): fixdep FORCE