aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/traceevent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile
index 0794acca46a3..ca6cb779876a 100644
--- a/tools/lib/traceevent/Makefile
+++ b/tools/lib/traceevent/Makefile
@@ -60,7 +60,7 @@ ifeq ($(BUILD_SRC),)
60ifneq ($(BUILD_OUTPUT),) 60ifneq ($(BUILD_OUTPUT),)
61 61
62define build_output 62define build_output
63 $(if $(VERBOSE:1=),@)$(MAKE) -C $(BUILD_OUTPUT) \ 63 $(if $(VERBOSE:1=),@)+$(MAKE) -C $(BUILD_OUTPUT) \
64 BUILD_SRC=$(CURDIR) -f $(CURDIR)/Makefile $1 64 BUILD_SRC=$(CURDIR) -f $(CURDIR)/Makefile $1
65endef 65endef
66 66