diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-rw-r--r-- | arch/powerpc/boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index ac6705e75711..72ee8c1fba48 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -171,6 +171,7 @@ quiet_cmd_wrap = WRAP $@ | |||
171 | $(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux | 171 | $(if $3, -s $3)$(if $4, -d $4)$(if $5, -i $5) vmlinux |
172 | 172 | ||
173 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries | 173 | image-$(CONFIG_PPC_PSERIES) += zImage.pseries |
174 | image-$(CONFIG_PPC_POWERNV) += zImage.pseries | ||
174 | image-$(CONFIG_PPC_MAPLE) += zImage.maple | 175 | image-$(CONFIG_PPC_MAPLE) += zImage.maple |
175 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries | 176 | image-$(CONFIG_PPC_IBM_CELL_BLADE) += zImage.pseries |
176 | image-$(CONFIG_PPC_PS3) += dtbImage.ps3 | 177 | image-$(CONFIG_PPC_PS3) += dtbImage.ps3 |