Message ID | 20221115151200.7c60d0e3@gandalf.local.home (mailing list archive) |
---|---|
State | Accepted |
Commit | 825035621ec3188a1761b65b41fa120ebabe58bc |
Headers | show |
Series | libtracefs: Make the unit test depend on the static library | expand |
diff --git a/utest/Makefile b/utest/Makefile index ee0020a68cc1..f10b709addce 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -21,7 +21,7 @@ $(bdir): $(OBJS): | $(bdir) -$(bdir)/trace-utest: $(OBJS) +$(bdir)/trace-utest: $(OBJS) $(obj)/lib/libtracefs.a $(Q)$(do_app_build) $(bdir)/%.o: %.c