[PATCH 1/1] test: str_ut.c depends on CONFIG_STRTO
Tom Rini
trini at konsulko.com
Sun Jan 19 21:18:24 CET 2025
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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250119/60245412/attachment.sig>
More information about the U-Boot
mailing list