cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
Tom Rini
trini at konsulko.com
Thu Nov 2 00:22:33 CET 2023
On Wed, Nov 01, 2023 at 02:32:06PM -0400, Sean Anderson wrote:
> On 8/5/23 19:32, Pavel Korotkevich wrote:
> > From fe2ceb7c4365112055ecfc3bbf68ad47330b744d Mon Sep 17 00:00:00 2001
> > From: Pavel Korotkevich <pawday at mail.ru>
> > Date: Sun, 6 Aug 2023 02:00:41 +0300
> > Subject: [PATCH] cli: Add explicit kconfig dependency for CONFIG_IS_ENABLED macro
>
> Please add a suitable commit message and use `git send-email` (or similar) to send your patches.
>
> --Sean
>
> > ---
> > include/cli.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/include/cli.h b/include/cli.h
> > index 094a6602d7..d6dbbde070 100644
> > --- a/include/cli.h
> > +++ b/include/cli.h
> > @@ -9,6 +9,8 @@
> >
> > #include <stdbool.h>
> >
> > +#include <linux/kconfig.h>
This is a hard NAK, that file is -included by the build.
--
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/20231101/a841a35c/attachment.sig>
More information about the U-Boot
mailing list