commit | 625f3164449118588d479b4f43af09b5d2d819f4 | [log] [tgz] |
---|---|---|
author | Lyon Wang <lyon.wang@nxp.com> | Tue Sep 04 10:51:22 2018 +0800 |
committer | Lyon Wang <lyon.wang@nxp.com> | Wed Dec 19 10:50:33 2018 +0800 |
tree | d07709177e7c5c503a5a700e8bc4acb27e6ad3ee | |
parent | a68ac02c06acea66ca3d50f09dd9f77da7d1327d [diff] |
Fix build break for ion on 4.14 kernel [YOCIMX-2861] The kernel header version check for the conditional ion code should be testing if we have a 4.9 or 4.14 kernel. What was coded tests that the kernel version is less than 4.14.34. This causes a build break for 4.14 builds because the standard libc headers are version 4.14.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>