summaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-07-29 23:00:22 +0900
committerBorislav Petkov <bp@suse.de>2021-08-25 11:49:21 +0200
commit6d61b8e66d343d61b650f9a2ca4d8746dc6cf774 (patch)
treed4c332e4a6180a0bc01afc5db81adb8fe8c4b38a /arch/x86/Makefile
parent03dca99e200f4d268f70079cf54e3b1200c9eb9d (diff)
downloadlinux-stable-6d61b8e66d343d61b650f9a2ca4d8746dc6cf774.tar.gz
linux-stable-6d61b8e66d343d61b650f9a2ca4d8746dc6cf774.tar.bz2
linux-stable-6d61b8e66d343d61b650f9a2ca4d8746dc6cf774.zip
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
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r--arch/x86/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 88fb2bca6a3e..1a7c10ee9a37 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -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