From: thilo zirnstein <thi.zirnstein@gmail.com>
To: buildroot@buildroot.org
Cc: thilo zirnstein <thi.zirnstein@gmail.com>
Subject: [Buildroot] [PATCH v1 1/1] linux: add host-pahole to linux make flags
Date: Mon, 20 Jul 2026 23:22:23 +0200 [thread overview]
Message-ID: <20260720212223.551236-2-thi.zirnstein@gmail.com> (raw)
In-Reply-To: <20260720212223.551236-1-thi.zirnstein@gmail.com>
Signed-off-by: thilo zirnstein <thi.zirnstein@gmail.com>
---
linux/linux.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/linux/linux.mk b/linux/linux.mk
index e790daff66..1b9f1192b0 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -125,6 +125,7 @@ endif
ifeq ($(BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE),y)
LINUX_DEPENDENCIES += host-pahole
+LINUX_MAKE_FLAGS += PAHOLE=$(HOST_DIR)/bin/pahole
else
define LINUX_FIXUP_CONFIG_PAHOLE_CHECK
$(Q)if grep -q "^CONFIG_DEBUG_INFO_BTF=y" $(KCONFIG_DOT_CONFIG); then \
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2026-07-20 21:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-20 21:22 [Buildroot] [PATCH v1 0/1] pahole for kconfig thilo zirnstein
2026-07-20 21:22 ` thilo zirnstein [this message]
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=20260720212223.551236-2-thi.zirnstein@gmail.com \
--to=thi.zirnstein@gmail.com \
--cc=buildroot@buildroot.org \
/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