diff options
Diffstat (limited to 'arch/powerpc/boot/Makefile')
-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 042bac319be..4a6f0f054b7 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -116,7 +116,7 @@ endif | |||
116 | quiet_cmd_wrap = WRAP $@ | 116 | quiet_cmd_wrap = WRAP $@ |
117 | cmd_wrap =$(CONFIG_SHELL) $(wrapper) -c -o $@ -p $2 $(CROSSWRAP) vmlinux | 117 | cmd_wrap =$(CONFIG_SHELL) $(wrapper) -c -o $@ -p $2 $(CROSSWRAP) vmlinux |
118 | quiet_cmd_wrap_initrd = WRAP $@ | 118 | quiet_cmd_wrap_initrd = WRAP $@ |
119 | cmd_wrap_initrd =$(wrapper) -c -o $@ -p $2 $(CROSSWRAP) \ | 119 | cmd_wrap_initrd =$(CONFIG_SHELL) $(wrapper) -c -o $@ -p $2 $(CROSSWRAP) \ |
120 | -i $(obj)/ramdisk.image.gz vmlinux | 120 | -i $(obj)/ramdisk.image.gz vmlinux |
121 | 121 | ||
122 | $(obj)/zImage.chrp: vmlinux $(wrapperbits) | 122 | $(obj)/zImage.chrp: vmlinux $(wrapperbits) |