brcm47xx: image: use standard KERNEL_IMAGE to avoid warnings
authorRafał Miłecki <zajec5@gmail.com>
Tue, 31 Mar 2015 08:56:08 +0000 (08:56 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Tue, 31 Mar 2015 08:56:08 +0000 (08:56 +0000)
commitb7369db45d2f50a4ed4bacc59412d349d602b321
tree71bf50095d4e83cfdcbcc1cfbebcb08a616d8604
parent16822db78d42c2219d64aca39fa130e32a1fa535
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
target/linux/brcm47xx/image/Makefile