linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Sojka <michal.sojka@cvut.cz>
To: linux-trace-devel@vger.kernel.org
Cc: Petr Malat <oss@malat.biz>, Michal Sojka <michal.sojka@cvut.cz>
Subject: [PATCH] meson.build: Build plugin_net.c
Date: Fri, 14 Nov 2025 12:10:25 +0100	[thread overview]
Message-ID: <20251114111025.21303-1-michal.sojka@cvut.cz> (raw)

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


                 reply	other threads:[~2025-11-14 11:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251114111025.21303-1-michal.sojka@cvut.cz \
    --to=michal.sojka@cvut.cz \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=oss@malat.biz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).