diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index bb2465bcb327..25e889c0c06e 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -169,7 +169,7 @@ quiet_cmd_wrap = WRAP $@ | |||
169 | $(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux | 169 | $(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux |
170 | 170 | ||
171 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries | 171 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries |
172 | image-$(CONFIG_PPC_MAPLE) += zImage.pseries | 172 | image-$(CONFIG_PPC_MAPLE) += zImage.maple |
173 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries | 173 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries |
174 | image-$(CONFIG_PPC_PS3) += dtbImage.ps3 | 174 | image-$(CONFIG_PPC_PS3) += dtbImage.ps3 |
175 | image-$(CONFIG_PPC_CELLEB) += zImage.pseries | 175 | image-$(CONFIG_PPC_CELLEB) += zImage.pseries |
@@ -351,7 +351,7 @@ install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y)) | |||
351 | clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \ | 351 | clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \ |
352 | zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \ | 352 | zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \ |
353 | zImage.iseries zImage.miboot zImage.pmac zImage.pseries \ | 353 | zImage.iseries zImage.miboot zImage.pmac zImage.pseries \ |
354 | simpleImage.* otheros.bld *.dtb | 354 | zImage.maple simpleImage.* otheros.bld *.dtb |
355 | 355 | ||
356 | # clean up files cached by wrapper | 356 | # clean up files cached by wrapper |
357 | clean-kernel := vmlinux.strip vmlinux.bin | 357 | clean-kernel := vmlinux.strip vmlinux.bin |