From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Jan 2006 14:25:50 -0700 From: Tom Rini To: linuxppc64-dev@ozlabs.org, linuxppc-dev@ozlabs.org Message-ID: <20060112212550.GJ27215@smtp.west.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [PATCH] Remove bzImage target List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Since the documentation no longer tells people to 'make bzImage', and with the previous patch nothing more than 'make' is required to get the right bootable images (just like on i386 now), this removes the bzImage -> zImage target redirect on ARCH=powerpc Signed-off-by: Tom Rini diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 5f80e58..ad19028 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -148,9 +150,6 @@ all: $(KBUILD_IMAGE) CPPFLAGS_vmlinux.lds := -Upowerpc -# All the instructions talk about "make bzImage". -bzImage: zImage - BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage .PHONY: $(BOOT_TARGETS) -- Tom Rini http://gate.crashing.org/~trini/