From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] test: missing build dependency for test_print.c
Date: Mon, 18 Jan 2021 16:39:03 +0100 [thread overview]
Message-ID: <97dfd9d1-bab2-74ee-8b71-84d29dcde704@gmx.de> (raw)
In-Reply-To: <20210117231735.34139-3-xypron.glpk@gmx.de>
On 18.01.21 00:17, Heinrich Schuchardt wrote:
> test_print.c requires CONFIG_CONSOLE_RECORD=y.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
> test/lib/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/lib/Makefile b/test/lib/Makefile
> index 98a9abf40e..97c11e35a8 100644
> --- a/test/lib/Makefile
> +++ b/test/lib/Makefile
> @@ -7,7 +7,7 @@ obj-$(CONFIG_EFI_LOADER) += efi_device_path.o
> obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o
> obj-y += hexdump.o
> obj-y += lmb.o
> -obj-y += test_print.o
> +obj-$(CONFIG_CONSOLE_RECORD) += test_print.o
> obj-$(CONFIG_SSCANF) += sscanf.o
> obj-y += string.o
> obj-$(CONFIG_ERRNO_STR) += test_errno_str.o
> --
> 2.29.2
>
af033ec8b4ebe ("test: test/lib/test_print.c depends on CONSOLE_RECORD")
was merged today fixing the issue.
Best regards
Heinrich
next prev parent reply other threads:[~2021-01-18 15:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-17 23:17 [PATCH 1/3] test: inconsistent bootm tests Heinrich Schuchardt
2021-01-17 23:17 ` [PATCH 2/3] test: inconsistent string tests Heinrich Schuchardt
2021-01-19 18:06 ` Simon Glass
2021-01-30 19:21 ` Tom Rini
2021-01-17 23:17 ` [PATCH 3/3] test: missing build dependency for test_print.c Heinrich Schuchardt
2021-01-18 15:39 ` Heinrich Schuchardt [this message]
2021-01-19 18:06 ` [PATCH 1/3] test: inconsistent bootm tests Simon Glass
2021-01-30 19:20 ` Tom Rini
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=97dfd9d1-bab2-74ee-8b71-84d29dcde704@gmx.de \
--to=xypron.glpk@gmx.de \
--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