diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index bd87626c1f60..f70df9b64f8f 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -167,6 +167,9 @@ boot := arch/$(ARCH)/boot | |||
167 | $(BOOT_TARGETS): vmlinux | 167 | $(BOOT_TARGETS): vmlinux |
168 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) | 168 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) |
169 | 169 | ||
170 | bootwrapper_install: | ||
171 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) | ||
172 | |||
170 | define archhelp | 173 | define archhelp |
171 | @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' | 174 | @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' |
172 | @echo ' install - Install kernel using' | 175 | @echo ' install - Install kernel using' |