Re: [PATCH 1/2] x86/purgatory: hard-code obj-y in Makefile

From: Masahiro Yamada
Date: Sun Jul 24 2022 - 22:02:36 EST


On Mon, Jul 25, 2022 at 12:11 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> On Thu, Jun 16, 2022 at 4:25 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
> >
> > arch/x86/Kbuild guards the entire purgatory/ directory, and
> > CONFIG_KEXEC_FILE is bool type.
> >
> > $(CONFIG_KEXEC_FILE) is always 'y' when this directory is being built.
> >
> > Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> > ---
>
> Ping?

There is a typo.
I will send v2.



>
>
> >
> > arch/x86/purgatory/Makefile | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
> > index ae53d54d7959..248b009c4061 100644
> > --- a/arch/x86/purgatory/Makefile
> > +++ b/arch/x86/purgatory/Makefile
> > @@ -81,4 +81,4 @@ quiet_cmd_bin2c = BIN2C $@
> > $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro $(obj)/purgatory.chk FORCE
> > $(call if_changed,bin2c)
> >
> > -obj-$(CONFIG_KEXEC_FILE) += kexec-purgatory.o
> > +obj-y += kexec-purgatory.o
> > --
> > 2.32.0
> >
>
>
> --
> Best Regards
> Masahiro Yamada



--
Best Regards
Masahiro Yamada