summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@tq-group.com>2017-03-09 10:00:57 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-03-09 16:21:37 +0100
commitfe1715152e654fc1e4628ca980ebc927d9c6eec1 (patch)
tree8079d2e4fb25896830625232f54160bff8c5ad0f /platforms
parent00f0dbc51a08f3a896ea56519e1129c0bf172b73 (diff)
downloadptxdist-fe1715152e654fc1e4628ca980ebc927d9c6eec1.tar.gz
ptxdist-fe1715152e654fc1e4628ca980ebc927d9c6eec1.tar.xz
kernel: depend kernel on having bc installed
This is needed to build kernels newer than 3.10. Select new host-bc rule for kernel target to make sure bc is there before compiling kernel Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/kernel.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index fd1c49271..8b1673956 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -8,6 +8,7 @@ menuconfig KERNEL
select HOST_XZ if KERNEL_XZ
select HOST_LZOP if KERNEL_LZOP
select HOST_LIBKMOD if KERNEL_MODULES
+ select HOST_SYSTEM_BC
prompt "Linux kernel "
if KERNEL