32 lines
989 B
Diff
32 lines
989 B
Diff
|
From 7d15d7744d957b1721d8e202bd5095b7c449570f Mon Sep 17 00:00:00 2001
|
||
|
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
|
||
|
Date: Wed, 10 Jan 2024 21:39:25 +0100
|
||
|
Subject: [PATCH] libtracefs meson: build tracefs-mmap by default
|
||
|
|
||
|
Accordingly to Makefile let's add tracefs-mmap.c to build, this is needed
|
||
|
for linking by other object files.
|
||
|
|
||
|
Link: https://lore.kernel.org/linux-trace-devel/20240110203925.266999-1-giulio.benetti@benettiengineering.com
|
||
|
|
||
|
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
|
||
|
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..f7a98b9ce48e 100644
|
||
|
--- a/src/meson.build
|
||
|
+++ b/src/meson.build
|
||
|
@@ -11,6 +11,7 @@ sources= [
|
||
|
'tracefs-instance.c',
|
||
|
'tracefs-kprobes.c',
|
||
|
'tracefs-marker.c',
|
||
|
+ 'tracefs-mmap.c',
|
||
|
'tracefs-record.c',
|
||
|
'tracefs-sqlhist.c',
|
||
|
'tracefs-tools.c',
|
||
|
--
|
||
|
2.45.2
|
||
|
|