diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-31 08:56:08 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-31 08:56:08 +0000 |
commit | 6c1852cb267f3777a71afdb7fc104e71169b7c0f (patch) | |
tree | c8f38b1ca8a9765fd750a94d1aac8eefb8d06558 /target/linux/x86/generic | |
parent | cc9600a1eb29da22596addc0e95c85323ceea2c1 (diff) | |
download | upstream-6c1852cb267f3777a71afdb7fc104e71169b7c0f.tar.gz upstream-6c1852cb267f3777a71afdb7fc104e71169b7c0f.tar.bz2 upstream-6c1852cb267f3777a71afdb7fc104e71169b7c0f.zip |
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
Diffstat (limited to 'target/linux/x86/generic')
0 files changed, 0 insertions, 0 deletions