From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The Makefile has LIBS = -L$(obj)/lib/traceevent, which can be incorrect and should not be used. Remove it. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f675d5e60db1..dec05e3e3a6a 100644 --- a/Makefile +++ b/Makefile @@ -312,8 +312,6 @@ all: $(DEFAULT_TARGET) $(bdir): @mkdir -p $(bdir) -LIBS = -L$(obj)/lib/traceevent -ltraceevent - $(LIBTRACEFS_STATIC): force $(Q)mkdir -p $(bdir) $(Q)$(MAKE) -C $(src)/src $@ -- 2.29.2