Linux-Trace-Devel Archive mirror
 help / color / mirror / Atom feed
* [PATCH] libtracefs: Add trace-mmap.c to meson build
@ 2024-05-17 19:30 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2024-05-17 19:30 UTC (permalink / raw
  To: Linux Trace Devel

From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

The trace-mmap.c file was missing from the meson build which caused the
meson build to fail to compile.

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
---
 src/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/meson.build b/src/meson.build
index 5b7655453f50..adcb8c71f018 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -16,6 +16,7 @@ sources= [
    'tracefs-tools.c',
    'tracefs-uprobes.c',
    'tracefs-utils.c',
+   'tracefs-mmap.c',
 ]
 
 flex = find_program('flex', required: true)
-- 
2.43.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-17 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 19:30 [PATCH] libtracefs: Add trace-mmap.c to meson build Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).