Message ID | 20221115205355.2580214-2-rostedt@goodmis.org (mailing list archive) |
---|---|
State | Accepted |
Commit | d4189ca382d2f5e20573e7f1dbc968070aa4e7d7 |
Headers | show |
Series | trace-cmd utest: Add test for max buffer (record -m) | expand |
diff --git a/utest/Makefile b/utest/Makefile index d475bad5a0f9..337db9bf24a1 100644 --- a/utest/Makefile +++ b/utest/Makefile @@ -23,7 +23,7 @@ $(bdir): $(OBJS): | $(bdir) $(DEPS): | $(bdir) -$(bdir)/trace-utest: $(OBJS) +$(bdir)/trace-utest: $(OBJS) $(LIBTRACECMD_STATIC) $(Q)$(do_app_build) $(bdir)/%.o: %.c