Rafał Miłecki 6c1852cb26 brcm47xx: image: use standard KERNEL_IMAGE to avoid warnings
KERNEL_IMAGE is used as target rule so reusing the same name causes:
Makefile:326: warning: overriding recipe for target `bin/brcm47xx/vmlinux.lzma'
Makefile:326: warning: ignoring old recipe for target `bin/brcm47xx/vmlinux.lzma'
Makefile:326: warning: overriding recipe for target `build_dir/target-mipsel_74kc+dsp2_uClibc-0.9.33.2/linux-brcm47xx_mips74k/vmlinux.lzma'
Makefile:326: warning: ignoring old recipe for target `build_dir/target-mipsel_74kc+dsp2_uClibc-0.9.33.2/linux-brcm47xx_mips74k/vmlinux.lzma'

Unfortunately this will cause copying vmlinux.lzma over and over like:
cp vmlinux.lzma FOO-kernel.bin
which is redundant on brcm47xx where we never modify kernel image.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 45178
2015-03-31 08:56:08 +00:00
..
2015-03-28 18:18:50 +00:00
2015-03-16 07:41:10 +00:00
2015-03-13 03:02:34 +00:00
2015-03-22 07:03:02 +00:00
2015-03-16 07:40:41 +00:00
2015-03-15 19:39:41 +00:00
2015-03-16 07:41:05 +00:00
2015-03-27 19:47:22 +00:00
2015-03-26 09:42:59 +00:00
2015-03-26 09:42:59 +00:00
2015-03-28 13:21:04 +00:00
2015-03-16 10:58:43 +00:00
2015-03-20 08:49:08 +00:00
2015-03-16 05:51:56 +00:00
2015-03-24 10:38:50 +00:00
2015-03-24 10:38:50 +00:00
2015-03-28 13:20:58 +00:00
2015-03-16 07:40:02 +00:00
2015-03-16 07:41:24 +00:00
2015-03-28 13:20:52 +00:00
2015-03-30 12:47:51 +00:00