This is the final step of full transition to the
unified x86 architecture from the build system point of view.

Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
---
 arch/x86/Makefile_32 |    2 --
 arch/x86/Makefile_64 |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/x86/Makefile_32 b/arch/x86/Makefile_32
index 346ac07..45c2ddf 100644
--- a/arch/x86/Makefile_32
+++ b/arch/x86/Makefile_32
@@ -138,8 +138,6 @@ zImage zlilo zdisk: KBUILD_IMAGE := arch/x86/boot/zImage
 
 zImage bzImage: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
-       $(Q)mkdir -p $(objtree)/arch/i386/boot
-       $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/i386/boot/bzImage
 
 compressed: zImage
 
diff --git a/arch/x86/Makefile_64 b/arch/x86/Makefile_64
index 57e714a..660288d 100644
--- a/arch/x86/Makefile_64
+++ b/arch/x86/Makefile_64
@@ -101,8 +101,6 @@ KBUILD_IMAGE                  := $(BOOTIMAGE)
 
 bzImage: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(BOOTIMAGE)
-       $(Q)mkdir -p $(objtree)/arch/x86_64/boot
-       $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/x86_64/boot/bzImage
 
 bzlilo: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(BOOTIMAGE) zlilo
-- 
1.5.3.4.1157.g0e74-dirty

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to