diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 59ae7d9cdccf..9155c9312c1e 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -163,12 +163,25 @@ bootwrapper_install %.dtb: | |||
163 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) | 163 | $(Q)$(MAKE) ARCH=ppc64 $(build)=$(boot) $(patsubst %,$(boot)/%,$@) |
164 | 164 | ||
165 | define archhelp | 165 | define archhelp |
166 | @echo '* zImage - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' | 166 | @echo '* zImage - Build default images selected by kernel config' |
167 | @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)' | ||
168 | @echo ' uImage - U-Boot native image format' | ||
169 | @echo ' cuImage.<dt> - Backwards compatible U-Boot image for older' | ||
170 | @echo ' versions which do not support device trees' | ||
171 | @echo ' dtbImage.<dt> - zImage with an embedded device tree blob' | ||
172 | @echo ' simpleImage.<dt> - Firmware independent image.' | ||
173 | @echo ' treeImage.<dt> - Support for older IBM 4xx firmware (not U-Boot)' | ||
167 | @echo ' install - Install kernel using' | 174 | @echo ' install - Install kernel using' |
168 | @echo ' (your) ~/bin/installkernel or' | 175 | @echo ' (your) ~/bin/installkernel or' |
169 | @echo ' (distribution) /sbin/installkernel or' | 176 | @echo ' (distribution) /sbin/installkernel or' |
170 | @echo ' install to $$(INSTALL_PATH) and run lilo' | 177 | @echo ' install to $$(INSTALL_PATH) and run lilo' |
171 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' | 178 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' |
179 | @echo '' | ||
180 | @echo ' Targets with <dt> embed a device tree blob inside the image' | ||
181 | @echo ' These targets support board with firmware that does not' | ||
182 | @echo ' support passing a device tree directly. Replace <dt> with the' | ||
183 | @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory' | ||
184 | @echo ' (minus the .dts extension).' | ||
172 | endef | 185 | endef |
173 | 186 | ||
174 | install: | 187 | install: |