|
@@ -169,7 +169,7 @@ quiet_cmd_wrap = WRAP $@
|
|
$(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux
|
|
$(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux
|
|
|
|
|
|
image-$(CONFIG_PPC_PSERIES) += zImage.pseries
|
|
image-$(CONFIG_PPC_PSERIES) += zImage.pseries
|
|
-image-$(CONFIG_PPC_MAPLE) += zImage.pseries
|
|
|
|
|
|
+image-$(CONFIG_PPC_MAPLE) += zImage.maple
|
|
image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries
|
|
image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries
|
|
image-$(CONFIG_PPC_PS3) += dtbImage.ps3
|
|
image-$(CONFIG_PPC_PS3) += dtbImage.ps3
|
|
image-$(CONFIG_PPC_CELLEB) += zImage.pseries
|
|
image-$(CONFIG_PPC_CELLEB) += zImage.pseries
|
|
@@ -351,7 +351,7 @@ install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y))
|
|
clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \
|
|
clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \
|
|
zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \
|
|
zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \
|
|
zImage.iseries zImage.miboot zImage.pmac zImage.pseries \
|
|
zImage.iseries zImage.miboot zImage.pmac zImage.pseries \
|
|
- simpleImage.* otheros.bld *.dtb
|
|
|
|
|
|
+ zImage.maple simpleImage.* otheros.bld *.dtb
|
|
|
|
|
|
# clean up files cached by wrapper
|
|
# clean up files cached by wrapper
|
|
clean-kernel := vmlinux.strip vmlinux.bin
|
|
clean-kernel := vmlinux.strip vmlinux.bin
|