linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kconfig: ignore auto-generated file
@ 2019-07-28 18:23 Matteo Croce
  2019-08-03 16:30 ` Matteo Croce
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2019-07-28 18:23 UTC (permalink / raw)
  To: linux-kernel

scripts/kconfig/zconf.hash.c is autogenerated during the build,
let's add it to the directory .gitignore.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 scripts/kconfig/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index b5bf92f66d11..2de0948749a0 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -3,6 +3,7 @@
 #
 *.moc
 *conf-cfg
+zconf.hash.c
 
 #
 # configuration programs
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig: ignore auto-generated file
  2019-07-28 18:23 [PATCH] kconfig: ignore auto-generated file Matteo Croce
@ 2019-08-03 16:30 ` Matteo Croce
  2019-08-04  3:04   ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2019-08-03 16:30 UTC (permalink / raw)
  To: LKML, linux-kbuild; +Cc: Masahiro Yamada

On Sun, Jul 28, 2019 at 8:23 PM Matteo Croce <mcroce@redhat.com> wrote:
>
> scripts/kconfig/zconf.hash.c is autogenerated during the build,
> let's add it to the directory .gitignore.
>
> Signed-off-by: Matteo Croce <mcroce@redhat.com>
>

Sorry, forgot to CC the maintainer and the relevant mailing list

-- 
Matteo Croce
per aspera ad upstream

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig: ignore auto-generated file
  2019-08-03 16:30 ` Matteo Croce
@ 2019-08-04  3:04   ` Masahiro Yamada
  2019-08-04  9:25     ` Matteo Croce
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2019-08-04  3:04 UTC (permalink / raw)
  To: Matteo Croce; +Cc: LKML, Linux Kbuild mailing list

On Sun, Aug 4, 2019 at 1:30 AM Matteo Croce <mcroce@redhat.com> wrote:
>
> On Sun, Jul 28, 2019 at 8:23 PM Matteo Croce <mcroce@redhat.com> wrote:
> >
> > scripts/kconfig/zconf.hash.c is autogenerated during the build,
> > let's add it to the directory .gitignore.
> >
> > Signed-off-by: Matteo Croce <mcroce@redhat.com>
> >
>
> Sorry, forgot to CC the maintainer and the relevant mailing list


Probably, you built old version kernel.

The latest one does not generate kernel/config_data.h

See bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc




-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kconfig: ignore auto-generated file
  2019-08-04  3:04   ` Masahiro Yamada
@ 2019-08-04  9:25     ` Matteo Croce
  0 siblings, 0 replies; 4+ messages in thread
From: Matteo Croce @ 2019-08-04  9:25 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: LKML, Linux Kbuild mailing list

On August 4, 2019 5:04:07 AM GMT+02:00, Masahiro Yamada <yamada.masahiro@socionext.com> wrote:
> On Sun, Aug 4, 2019 at 1:30 AM Matteo Croce <mcroce@redhat.com> wrote:
> >
> > On Sun, Jul 28, 2019 at 8:23 PM Matteo Croce <mcroce@redhat.com>
> wrote:
> > >
> > > scripts/kconfig/zconf.hash.c is autogenerated during the build,
> > > let's add it to the directory .gitignore.
> > >
> > > Signed-off-by: Matteo Croce <mcroce@redhat.com>
> > >
> >
> > Sorry, forgot to CC the maintainer and the relevant mailing list
> 
> 
> Probably, you built old version kernel.
> 
> The latest one does not generate kernel/config_data.h
> 
> See bb3290d91695bb1ae78ab86f18fb4d7ad8e5ebcc

Maybe you mean scripts/kconfig/zconf.hash.c

Good to know, thanks!
-- 
Matteo Croce
per aspera ad upstream

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-04  9:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28 18:23 [PATCH] kconfig: ignore auto-generated file Matteo Croce
2019-08-03 16:30 ` Matteo Croce
2019-08-04  3:04   ` Masahiro Yamada
2019-08-04  9:25     ` Matteo Croce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).