From: Tom Rini <trini@konsulko.com>
To: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Cc: Simon Glass <sjg@chromium.org>, u-boot@lists.denx.de
Subject: Re: [PATCH 1/1] test: str_ut.c depends on CONFIG_STRTO
Date: Sun, 19 Jan 2025 14:18:24 -0600 [thread overview]
Message-ID: <20250119201824.GC3476@bill-the-cat> (raw)
In-Reply-To: <20241113210646.88937-1-heinrich.schuchardt@canonical.com>
[-- Attachment #1: Type: text/plain, Size: 839 bytes --]
On Wed, Nov 13, 2024 at 10:06:46PM +0100, Heinrich Schuchardt wrote:
> The string conversion functions are implemented in lib/strto.c which is
> only compiled if CONFIG_STRTO=y.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
> test/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/Makefile b/test/Makefile
> index 145c952d2c3..efd5ba7acfd 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -21,7 +21,7 @@ ifneq ($(CONFIG_HUSH_PARSER),)
> obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
> endif
> obj-$(CONFIG_$(XPL_)CMDLINE) += print_ut.o
> -obj-$(CONFIG_$(XPL_)CMDLINE) += str_ut.o
> +obj-$(CONFIG_$(PHASE_)STRTO) += str_ut.o
> obj-$(CONFIG_UT_TIME) += time_ut.o
> obj-y += ut.o
Can you please rebase this to master? Thanks.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2025-01-19 20:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 21:06 [PATCH 1/1] test: str_ut.c depends on CONFIG_STRTO Heinrich Schuchardt
2024-11-13 21:53 ` Tom Rini
2025-01-19 20:18 ` Tom Rini [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=20250119201824.GC3476@bill-the-cat \
--to=trini@konsulko.com \
--cc=heinrich.schuchardt@canonical.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/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