]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: clean up bootable image build targets
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 25 Dec 2016 12:58:57 +0000 (04:58 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 1 Mar 2017 20:32:50 +0000 (12:32 -0800)
commit2f0d6f494b63d005ee73c15c966b27d62fbe35d3
tree1025c3ae5c1b1b68051a13e2052daee14a1db755
parent8e91557896d614cf2603a074be8fa7fb966dc130
xtensa: clean up bootable image build targets

Currently xtensa uses 'zImage' as a synonym of 'all', but in fact xtensa
supports three targets: 'Image' (ELF image with reset vector), 'zImage'
(compressed redboot image) and 'uImage' (U-Boot image).
Provide separate 'Image', 'zImage' and 'uImage' make targets that only
build corresponding image type. Make 'all' build all images appropriate
for a platform.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/Makefile
arch/xtensa/boot/Makefile
arch/xtensa/boot/boot-elf/Makefile
arch/xtensa/boot/boot-redboot/Makefile
arch/xtensa/boot/boot-uboot/Makefile [deleted file]