generic: config-filter: filter out CONFIG_PAHOLE_HAS_LANG_EXCLUDE
CONFIG_PAHOLE_HAS_LANG_EXCLUDE is set depending on the pahole version present, so it must be filtered out. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
18de64d87b
commit
d02071c24f
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ CONFIG_FRAME_WARN=.*
|
||||||
# CONFIG_INLINE_.* is not set
|
# CONFIG_INLINE_.* is not set
|
||||||
# CONFIG_LD_.* is not set
|
# CONFIG_LD_.* is not set
|
||||||
CONFIG_LLD_VERSION=.*
|
CONFIG_LLD_VERSION=.*
|
||||||
|
CONFIG_PAHOLE_HAS_LANG_EXCLUDE=.*
|
||||||
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
CONFIG_PAHOLE_HAS_SPLIT_BTF=.*
|
||||||
CONFIG_PAHOLE_VERSION=.*
|
CONFIG_PAHOLE_VERSION=.*
|
||||||
CONFIG_PLUGIN_HOSTCC=".*"
|
CONFIG_PLUGIN_HOSTCC=".*"
|
||||||
|
|
Loading…
Reference in a new issue