浏览代码

toolchain/toolchain-external-custom: support Linux 5.1

Signed-off-by: Clement Leger <clement.leger@kalray.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Clément Leger 5 年之前
父节点
当前提交
77d79bf586
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      toolchain/toolchain-external/toolchain-external-custom/Config.in.options

+ 4 - 0
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

@@ -123,6 +123,10 @@ choice
 	    m = ( LINUX_VERSION_CODE >> 8  ) & 0xFF
 	    p = ( LINUX_VERSION_CODE >> 0  ) & 0xFF
 
+config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_1
+	bool "5.1.x"
+	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
+
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_0
 	bool "5.0.x"
 	select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0