linux: only depend on host-lzop if needed
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Feb 2014 16:26:05 +0000 (17:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Mar 2014 21:22:06 +0000 (22:22 +0100)
commitca80782f4571f004c2b8cf2d0e60e83343beff34
tree27455ec81242c65e12756d909b3e81b46c1c6beb
parentc28a28eed1943c1efb958448a87a2e8f0baf48d6
linux: only depend on host-lzop if needed

There is no reason to always depend on host-lzop, even when the kernel
compression is not LZO.

Since LZO is not the default compression option in the kernel (and there
is not sign that will change in the foreseeable future), it will always
appear in a config file, whether it is a complete config file or it is
only a defconfig.

So, only depend on host-lzop if the LZO compression is enabled in the
kernel config file (either the defconfig or the custom config file).
This includes:
  - kernel compression itself
  - initrd compression
  - initramfs compression

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk