]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/lib/traceevent/Makefile
tools lib traceevent: Fixup jobserver setup
[karo-tx-linux.git] / tools / lib / traceevent / Makefile
index 0794acca46a39d433cdfee0d51d4aea25fc5ffe8..ca6cb779876a02de1bdd89f5ab0686e887bd2da0 100644 (file)
@@ -60,7 +60,7 @@ ifeq ($(BUILD_SRC),)
 ifneq ($(BUILD_OUTPUT),)
 
 define build_output
-       $(if $(VERBOSE:1=),@)$(MAKE) -C $(BUILD_OUTPUT)         \
+       $(if $(VERBOSE:1=),@)+$(MAKE) -C $(BUILD_OUTPUT)        \
        BUILD_SRC=$(CURDIR) -f $(CURDIR)/Makefile $1
 endef