diff options
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 3e172ff4fabb..1269b49481ec 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -176,7 +176,7 @@ $(obj)/zImage: $(addprefix $(obj)/, $(image-y)) | |||
176 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) | 176 | $(obj)/zImage.initrd: $(addprefix $(obj)/, $(initrd-y)) |
177 | @rm -f $@; ln $< $@ | 177 | @rm -f $@; ln $< $@ |
178 | 178 | ||
179 | install: $(CONFIGURE) $(image-y) | 179 | install: $(CONFIGURE) $(addprefix $(obj)/, $(image-y)) |
180 | sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $< | 180 | sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" $< |
181 | 181 | ||
182 | # anything not in $(targets) | 182 | # anything not in $(targets) |