aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorSergey Ryazanov <ryazanov.s.a@gmail.com>2021-12-17 01:23:07 +0300
committerHauke Mehrtens <hauke@hauke-m.de>2021-12-17 16:16:34 +0100
commitb61ab8f57e3f2877d75c7336980f651e638e3dad (patch)
tree1ab8c1fad1da5c8add044a8b1a107c8a13b7c104 /target/linux/generic
parentf30e6d98fae79eb84af7acd497da4be862ee2b8f (diff)
downloadupstream-b61ab8f57e3f2877d75c7336980f651e638e3dad.tar.gz
upstream-b61ab8f57e3f2877d75c7336980f651e638e3dad.tar.bz2
upstream-b61ab8f57e3f2877d75c7336980f651e638e3dad.zip
kernel: filter out both Clang and LLD versions
Both CLANG_VERSION and LLD_VERISON are autogenerated runtime configuration options, so add them to the kernel configuration filter and remove from generic and per-target configs to keep configs clean. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/config-5.101
-rw-r--r--target/linux/generic/config-5.41
-rw-r--r--target/linux/generic/config-filter2
3 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index dbe3fb91d4..27df093f06 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -900,7 +900,6 @@ CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
# CONFIG_CIO_DAC is not set
-CONFIG_CLANG_VERSION=0
# CONFIG_CLEANCACHE is not set
# CONFIG_CLKSRC_VERSATILE is not set
# CONFIG_CLK_HSDK is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 1f004a3eeb..c452d263c5 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -852,7 +852,6 @@ CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
# CONFIG_CIO_DAC is not set
-CONFIG_CLANG_VERSION=0
# CONFIG_CLEANCACHE is not set
# CONFIG_CLKSRC_VERSATILE is not set
# CONFIG_CLK_HSDK is not set
diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter
index 719487be5f..16daecf321 100644
--- a/target/linux/generic/config-filter
+++ b/target/linux/generic/config-filter
@@ -3,10 +3,12 @@
# CONFIG_ARCH_(ENABLE|HAS|HAVE|INLINE|SUPPORTS|USE|WANT|STACKWALK)_.* is not set
# CONFIG_AS_.* is not set
# CONFIG_CC_(CAN|HAS|IS|VERSION)_.* is not set
+CONFIG_CLANG_VERSION=.*
# CONFIG_GCC_VERSION is not set
# CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set
# CONFIG_INLINE_.* is not set
# CONFIG_LD_.* is not set
+CONFIG_LLD_VERSION=.*
CONFIG_PLUGIN_HOSTCC=".*"
# CONFIG_SET_FS is not set
# CONFIG_TASKS_.* is not set