]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] Remove bzImage target
authorTom Rini <trini@kernel.crashing.org>
Thu, 12 Jan 2006 21:25:50 +0000 (14:25 -0700)
committerPaul Mackerras <paulus@samba.org>
Fri, 13 Jan 2006 09:56:00 +0000 (20:56 +1100)
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 <trini@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Makefile

index d3654a264ef7533a8811f9e170fb4f7b4c5499ab..07b8e15b48fa390f09eb04c7ef03ecf8d3edba88 100644 (file)
@@ -147,9 +147,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)