From 34b4c743e842b23e3e71b0de7e2e5fe29c83b45e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 Apr 2009 10:46:37 -0700 Subject: [PATCH] --- yaml --- r: 144178 b: refs/heads/master c: 1648e4f805063137b55b869666e936ffd4419cdf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/Makefile | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e627b6599d51..d8281ff5aaf4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27229ca63269c1be0a710f074fa9de4024f283f1 +refs/heads/master: 1648e4f805063137b55b869666e936ffd4419cdf diff --git a/trunk/arch/x86/Makefile b/trunk/arch/x86/Makefile index f05d8c91d9e5..8c86b72afdc2 100644 --- a/trunk/arch/x86/Makefile +++ b/trunk/arch/x86/Makefile @@ -153,7 +153,7 @@ endif boot := arch/x86/boot -BOOT_TARGETS = bzlilo bzdisk fdimage fdimage144 fdimage288 isoimage install +BOOT_TARGETS = bzlilo bzdisk fdimage fdimage144 fdimage288 isoimage PHONY += bzImage $(BOOT_TARGETS) @@ -171,6 +171,10 @@ bzImage: vmlinux $(BOOT_TARGETS): vmlinux $(Q)$(MAKE) $(build)=$(boot) $@ +PHONY += install +install: + $(Q)$(MAKE) $(build)=$(boot) $@ + PHONY += vdso_install vdso_install: $(Q)$(MAKE) $(build)=arch/x86/vdso $@