From 9e1c72a4e465ceb2c4c6e2dfc0584a59bec5c2c9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Jan 2006 14:25:50 -0700 Subject: [PATCH] Remove bzImage target 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 Signed-off-by: Paul Mackerras --- arch/powerpc/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch') diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index d3654a264ef7..07b8e15b48fa 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -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) -- cgit v1.2.3