* [PATCH] meson.build: Build plugin_net.c
@ 2025-11-14 11:10 Michal Sojka
0 siblings, 0 replies; only message in thread
From: Michal Sojka @ 2025-11-14 11:10 UTC (permalink / raw)
To: linux-trace-devel; +Cc: Petr Malat, Michal Sojka
plugin_net was added to Makefile but not to meson.build. Fix it!
Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>
---
plugins/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/meson.build b/plugins/meson.build
index 4919be4..23cfbed 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -11,6 +11,7 @@ plugins = [
'plugin_kmem.c',
'plugin_kvm.c',
'plugin_mac80211.c',
+ 'plugin_net.c',
'plugin_sched_switch.c',
'plugin_scsi.c',
'plugin_tlb.c',
--
2.51.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-14 11:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 11:10 [PATCH] meson.build: Build plugin_net.c Michal Sojka
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 NNTP newsgroup(s).