diff mbox series

libtracefs: Add uprobes man page example into samples

Message ID 20220404135229.33bdd854@gandalf.local.home (mailing list archive)
State Accepted
Commit ce09bacfe89c9e3e40de20f47776bf85c5835ed1
Headers show
Series libtracefs: Add uprobes man page example into samples | expand

Commit Message

Steven Rostedt April 4, 2022, 5:52 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

Add the code in the tracefs_uprobes man pages to be built into the samples
directory.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 samples/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/samples/Makefile b/samples/Makefile
index f03aff6c9ba8..97a570d6c956 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -11,6 +11,7 @@  EXAMPLES :=
 EXAMPLES += dynevents
 EXAMPLES += kprobes
 EXAMPLES += eprobes
+EXAMPLES += uprobes
 EXAMPLES += synth
 EXAMPLES += error
 EXAMPLES += filter