Re: [PATCH v4 11/22] kbuild: Only run objtool if there is at least one command
Song Liu <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPhsuW4PRaUoJY-AV7A=Zj8trhUgNN-QGnN9JViDPMeNNuRvJw@mail.gmail.com> |
On Sat, Aug 8, 2026 at 4:18 PM Josh Poimboeuf <[email protected]> wrote: > > Split the objtool args into commands and options, such that if no > commands have been enabled, objtool doesn't run. > > This is in preparation for enabling objtool and klp-build for arm64. > > Reviewed-by: Nathan Chancellor <[email protected]> > Reviewed-by: Nicolas Schier <[email protected]> > Tested-by: Nathan Chancellor <[email protected]> > Signed-off-by: Josh Poimboeuf <[email protected]> Acked-by: Song Liu <[email protected]>