Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/build: Remove the left-over bzlilo target

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

authored by

Masahiro Yamada and committed by
Borislav Petkov
6d61b8e6 03dca99e

+2 -2
+2 -2
arch/x86/Makefile
··· 257 257 $(BOOT_TARGETS): vmlinux 258 258 $(Q)$(MAKE) $(build)=$(boot) $@ 259 259 260 - PHONY += install bzlilo 261 - install bzlilo: 260 + PHONY += install 261 + install: 262 262 $(Q)$(MAKE) $(build)=$(boot) $@ 263 263 264 264 PHONY += vdso_install