diff options
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 4 |
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 |