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

From: Masahiro Yamada
Date: Thu Jul 29 2021 - 10:12:22 EST


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>
---

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