diff options
-rw-r--r-- | arch/ppc64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/Makefile b/arch/ppc64/Makefile index db1b25cdb5be..fdbd6f44adc0 100644 --- a/arch/ppc64/Makefile +++ b/arch/ppc64/Makefile | |||
@@ -108,7 +108,7 @@ $(boottargets-y): vmlinux | |||
108 | bootimage-$(CONFIG_PPC_PSERIES) := $(boot)/zImage | 108 | bootimage-$(CONFIG_PPC_PSERIES) := $(boot)/zImage |
109 | bootimage-$(CONFIG_PPC_PMAC) := vmlinux | 109 | bootimage-$(CONFIG_PPC_PMAC) := vmlinux |
110 | bootimage-$(CONFIG_PPC_MAPLE) := $(boot)/zImage | 110 | bootimage-$(CONFIG_PPC_MAPLE) := $(boot)/zImage |
111 | bootimage-$(CONFIG_PPC_BPA) := zImage | 111 | bootimage-$(CONFIG_PPC_BPA) := $(boot)/zImage |
112 | bootimage-$(CONFIG_PPC_ISERIES) := vmlinux | 112 | bootimage-$(CONFIG_PPC_ISERIES) := vmlinux |
113 | BOOTIMAGE := $(bootimage-y) | 113 | BOOTIMAGE := $(bootimage-y) |
114 | install: vmlinux | 114 | install: vmlinux |