Re: [PATCH 4/4] kbuild: factor out the common objtool arguments

From: Sedat Dilek
Date: Mon May 30 2022 - 05:37:36 EST


On Sun, May 29, 2022 at 7:36 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
...
> > > # 'OBJECT_FILES_NON_STANDARD := y': skip objtool checking for a directory
> > > # 'OBJECT_FILES_NON_STANDARD_foo.o := 'y': skip objtool checking for a file
> > > # 'OBJECT_FILES_NON_STANDARD_foo.o := 'n': override directory skip for a file
> > >
> >
> > ^^ What is with this block?
> > If this belongs together with objtool - shall this be moved, too?
>
> No.
> These are unneeded for vmlinux.o
>

OK.

> > > #link vmlinux.o
> >
> > ^^ While you are at it, change the comment to "# Link of vmlinux.o".
>
>
> In my plan, this code will be gone sooner or later.
>
> It would be a noise.
>

Hope you have fruitful plans :-).
-sed@-