Re: [PATCH 1/2] x86/build: remove the left-over bzlilo target

From: Masahiro Yamada
Date: Wed Aug 25 2021 - 01:03:20 EST


On Thu, Jul 29, 2021 at 11:00 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> Commit f279b49f13bd ("x86/boot: Modernize genimage script; hdimage+EFI
> support") remove the 'bzlilo' target from arch/x86/boot/Makefile.
>
> Remove the left-over from arch/x86/Makefile.
>
> Signed-off-by: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> ---

Hello x86 maintainers.

Can you pick up these trivial cleanups?




>
> arch/x86/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/Makefile b/arch/x86/Makefile
> index 0fa7dc73b5d8..4f784d9ac925 100644
> --- a/arch/x86/Makefile
> +++ b/arch/x86/Makefile
> @@ -275,8 +275,8 @@ endif
> $(BOOT_TARGETS): vmlinux
> $(Q)$(MAKE) $(build)=$(boot) $@
>
> -PHONY += install bzlilo
> -install bzlilo:
> +PHONY += install
> +install:
> $(Q)$(MAKE) $(build)=$(boot) $@
>
> PHONY += vdso_install
> --
> 2.27.0
>


--
Best Regards
Masahiro Yamada