Build libraries are now in lib/. This fixes test error: /usr/bin/ld: cannot find ..libtracefs/lib/tracefs/libtracefs.a: No such file or directory Fixes: fe21539dc846 ("libtracefs: Build in the same directories as the source") Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> --- utest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utest/Makefile b/utest/Makefile index d168b01a328c..74bf7e60b91d 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -12,7 +12,7 @@ OBJS += tracefs-utest.o LIBS += -lcunit \ -ldl \ - $(obj)/lib/tracefs/libtracefs.a + $(obj)/lib/libtracefs.a OBJS := $(OBJS:%.o=$(bdir)/%.o) DEPS := $(OBJS:$(bdir)/%.o=$(bdir)/.%.d) -- 2.32.0