upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / arch / ppc64 / Makefile
index 1b9b936..41e89b9 100644 (file)
@@ -32,9 +32,8 @@ CHECKFLAGS    += -m64 -D__powerpc__
 
 LDFLAGS                := -m elf64ppc
 LDFLAGS_vmlinux        := -Bstatic -e $(KERNELLOAD) -Ttext $(KERNELLOAD)
-CFLAGS         += -msoft-float -pipe -mminimal-toc -mtraceback=none
-                  
-CFLAGS += $(call cc-option,-mcall-aixdesc)                
+CFLAGS         += -msoft-float -pipe -mminimal-toc -mtraceback=none \
+                  -mcall-aixdesc
 
 ifeq ($(CONFIG_POWER4_ONLY),y)
        CFLAGS += $(call cc-option,-mcpu=power4)
@@ -59,11 +58,13 @@ bzImage: vmlinux
        cp vmlinux arch/ppc64/boot/bzImage
 
 boottarget-$(CONFIG_PPC_PSERIES) := zImage zImage.initrd zImage.stub
+boottarget-$(CONFIG_PPC_MAPLE) := zImage zImage.initrd
 boottarget-$(CONFIG_PPC_ISERIES) := vmlinux.sminitrd vmlinux.initrd vmlinux.sm
 $(boottarget-y): vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
 
 bootimage-$(CONFIG_PPC_PSERIES) := zImage
+bootimage-$(CONFIG_PPC_MAPLE) := zImage
 bootimage-$(CONFIG_PPC_ISERIES) := vmlinux
 BOOTIMAGE := $(bootimage-y)
 install: vmlinux