include/image.mk: introduce KERNEL_INITRAMFS_NAME variable
authorFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:51:24 +0000 (12:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:51:24 +0000 (12:51 +0000)
commitcfcaa685b1edf90c42941a88dd9527a78777992d
treebe47eba1468a26e8f42b75543b9e62477c197bee
parent5a1074cf45dbd821b44d1538c01c12b8c8cb34b0
include/image.mk: introduce KERNEL_INITRAMFS_NAME variable

In case if we're interested in generation of non-binary images
(for example if we want images to be valid .elfs - and that's what we
want for ARC now) we have to instruct Device/Build/initramfs target to
use input file with some extension (in case of ARC it will be
essentially .elf).

Otherwise default binary vmlinux-initramfs (without extension) is used and
resulting images then are binaries instead of elfs.

Now having KERNEL_INITRAMFS_NAME variable it's possible to substitute
default $$(KERNEL_NAME)-initramfs with preferred option like
$$(KERNEL_NAME)-initramfs.elf.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: John Crispin <blogic@openwrt.org>
SVN-Revision: 47403
include/image.mk