From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The tracefs library does not depend on libtracecmd, but it does depend on libtraceevent. Change the Makefile to reflect that. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- lib/tracefs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tracefs/Makefile b/lib/tracefs/Makefile index b810bbf4..cbcce362 100644 --- a/lib/tracefs/Makefile +++ b/lib/tracefs/Makefile @@ -22,7 +22,7 @@ $(bdir): $(OBJS): | $(bdir) $(DEPS): | $(bdir) -LIBS = -L$(obj)/lib/trace-cmd -ltracecmd +LIBS = -L$(obj)/lib/traceevent -ltraceevent $(bdir)/libtracefs.a: $(OBJS) $(Q)$(call do_build_static_lib) -- 2.25.4