From: Alexander Dahl via ptxdist <ptxdist@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Alexander Dahl <ada@thorsis.com>
Subject: [ptxdist] [PATCH v2 2/3] u-boot: Use kconfig-targets helper
Date: Wed, 19 Mar 2025 09:01:53 +0100 [thread overview]
Message-ID: <mailman.2861.1742371322.466.ptxdist@pengutronix.de> (raw)
In-Reply-To: <20250319080154.35145-1-ada@thorsis.com>
[-- Attachment #0: Type: message/rfc822, Size: 3032 bytes --]
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [PATCH v2 2/3] u-boot: Use kconfig-targets helper
Date: Wed, 19 Mar 2025 09:01:53 +0100
Message-ID: <20250319080154.35145-3-ada@thorsis.com>
Available since ptxdist-2020.10.0. Originally introduced for
kernel/barebox, but all kconfig based packages may use it.
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
Notes:
v2:
- new patch, not present in v1
rules/u-boot.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/u-boot.make b/rules/u-boot.make
index 2a8059170..204475b78 100644
--- a/rules/u-boot.make
+++ b/rules/u-boot.make
@@ -229,7 +229,7 @@ $(STATEDIR)/u-boot.clean:
# ----------------------------------------------------------------------------
ifdef PTXCONF_U_BOOT_CONFIGSYSTEM_KCONFIG
-u-boot_oldconfig u-boot_menuconfig u-boot_nconfig: $(STATEDIR)/u-boot.extract
+$(call ptx/kconfig-targets, u-boot): $(STATEDIR)/u-boot.extract
@$(call world/kconfig, U_BOOT, $(subst u-boot_,,$@))
endif
--
2.39.5
next prev parent reply other threads:[~2025-03-19 8:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250319080154.35145-1-ada@thorsis.com>
2025-03-19 8:01 ` [ptxdist] [PATCH v2 1/3] at91bootstrap2: Make CONF_TOOL explicit Alexander Dahl via ptxdist
2025-03-19 8:01 ` Alexander Dahl via ptxdist [this message]
2025-03-19 8:01 ` [ptxdist] [PATCH v2 3/3] at91bootstrap2: Add note on kconfig-targets helper Alexander Dahl via ptxdist
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=mailman.2861.1742371322.466.ptxdist@pengutronix.de \
--to=ptxdist@pengutronix.de \
--cc=ada@thorsis.com \
/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