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 | 1439dfce9df1592d686e6c884ca6fa1d1e5de571 (patch) | |
tree | 71bf50095d4e83cfdcbcc1cfbebcb08a616d8604 /target/linux/generic/config-4.0 | |
parent | 216dab75c68d43a803d999c7414e931976a2314a (diff) | |
download | master-187ad058-1439dfce9df1592d686e6c884ca6fa1d1e5de571.tar.gz master-187ad058-1439dfce9df1592d686e6c884ca6fa1d1e5de571.tar.bz2 master-187ad058-1439dfce9df1592d686e6c884ca6fa1d1e5de571.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-4.0')
0 files changed, 0 insertions, 0 deletions