x86/build: Remove the left-over bzlilo target
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Jul 2021 14:00:22 +0000 (23:00 +0900)
committerBorislav Petkov <bp@suse.de>
Wed, 25 Aug 2021 09:49:21 +0000 (11:49 +0200)
Commit

  f279b49f13bd ("x86/boot: Modernize genimage script; hdimage+EFI support")

removed the bzlilo target from arch/x86/boot/Makefile.

Remove the left-over from arch/x86/Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210729140023.442101-1-masahiroy@kernel.org
arch/x86/Makefile

index 88fb2bc..1a7c10e 100644 (file)
@@ -257,8 +257,8 @@ endif
 $(BOOT_TARGETS): vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@
 
-PHONY += install bzlilo
-install bzlilo:
+PHONY += install
+install:
        $(Q)$(MAKE) $(build)=$(boot) $@
 
 PHONY += vdso_install