aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorMark A. Greer <mgreer@mvista.com>2007-06-01 05:54:39 +1000
committerPaul Mackerras <paulus@samba.org>2007-06-25 16:58:12 +1000
commit941b7adf347dc3e6e2bf87b2af1ef8a42b617a63 (patch)
tree5615eb973c55665abfa6c3e0ffa230c393268b0c /arch/powerpc/Makefile
parent[POWERPC] Remove spinlock from struct cpu_purr_data (diff)
downloadlinux-dev-941b7adf347dc3e6e2bf87b2af1ef8a42b617a63.tar.xz
linux-dev-941b7adf347dc3e6e2bf87b2af1ef8a42b617a63.zip
[POWERPC] Remove 'make zImage.dts' feature
Being able to selectively wrap a device tree with the zIimage at build time has been deemed unnecessary, so this removes Makefile support for that feature. Signed-off-by: Mark A. Greer <mgreer@mvista.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index fbafd965dcd2..187a39af3e1c 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -148,7 +148,7 @@ all: $(KBUILD_IMAGE)
CPPFLAGS_vmlinux.lds := -Upowerpc
-BOOT_TARGETS = zImage zImage.initrd zImage.dts zImage.dts_initrd uImage
+BOOT_TARGETS = zImage zImage.initrd uImage
PHONY += $(BOOT_TARGETS)