Makefile (40d743b8c16a8cf6e30c1d941aa6147f9550ea75) Makefile (caa27b66bd7188fd063769eaf4b33533ef0709e6)
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture.
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 168 unchanged lines hidden (view full) ---

177 @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
178 @echo ' uImage - U-Boot native image format'
179 @echo ' cuImage.<dt> - Backwards compatible U-Boot image for older'
180 @echo ' versions which do not support device trees'
181 @echo ' dtbImage.<dt> - zImage with an embedded device tree blob'
182 @echo ' simpleImage.<dt> - Firmware independent image.'
183 @echo ' treeImage.<dt> - Support for older IBM 4xx firmware (not U-Boot)'
184 @echo ' install - Install kernel using'
1# This file is included by the global makefile so that you can add your own
2# architecture-specific flags and dependencies. Remember to do have actions
3# for "archclean" and "archdep" for cleaning up and making dependencies for
4# this architecture.
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.

--- 168 unchanged lines hidden (view full) ---

177 @echo ' zImage.* - Compressed kernel image (arch/$(ARCH)/boot/zImage.*)'
178 @echo ' uImage - U-Boot native image format'
179 @echo ' cuImage.<dt> - Backwards compatible U-Boot image for older'
180 @echo ' versions which do not support device trees'
181 @echo ' dtbImage.<dt> - zImage with an embedded device tree blob'
182 @echo ' simpleImage.<dt> - Firmware independent image.'
183 @echo ' treeImage.<dt> - Support for older IBM 4xx firmware (not U-Boot)'
184 @echo ' install - Install kernel using'
185 @echo ' (your) ~/bin/installkernel or'
186 @echo ' (distribution) /sbin/installkernel or'
185 @echo ' (your) ~/bin/$(INSTALLKERNEL) or'
186 @echo ' (distribution) /sbin/$(INSTALLKERNEL) or'
187 @echo ' install to $$(INSTALL_PATH) and run lilo'
188 @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs'
189 @echo ''
190 @echo ' Targets with <dt> embed a device tree blob inside the image'
191 @echo ' These targets support board with firmware that does not'
192 @echo ' support passing a device tree directly. Replace <dt> with the'
193 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
194 @echo ' (minus the .dts extension).'

--- 49 unchanged lines hidden ---
187 @echo ' install to $$(INSTALL_PATH) and run lilo'
188 @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs'
189 @echo ''
190 @echo ' Targets with <dt> embed a device tree blob inside the image'
191 @echo ' These targets support board with firmware that does not'
192 @echo ' support passing a device tree directly. Replace <dt> with the'
193 @echo ' name of a dts file from the arch/$(ARCH)/boot/dts/ directory'
194 @echo ' (minus the .dts extension).'

--- 49 unchanged lines hidden ---