diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-03-05 18:28:42 -0800 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-06 03:52:33 +0000 |
commit | 89744dc741ceac0f781cb4879feddc459acb9298 (patch) | |
tree | 2005d34b5c8db759f5d4d30b1654b5c3d40f7f00 /target/linux/generic/config-filter | |
parent | eb030a9a8226beaafe36ed28c3eee2de35eda60b (diff) |
kernel: generic: filter out CONFIG_PLUGIN_HOSTCC
It appears to be an automatic Kconfig symbol that varies depending on
the host platform. There is no need to define it in target configs, so
filter it out.
Also sort config-filter entries alphabetically.
Cc: Adrian Schmutzler <mail@adrianschmutzler.de>
Cc: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'target/linux/generic/config-filter')
-rw-r--r-- | target/linux/generic/config-filter | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/generic/config-filter b/target/linux/generic/config-filter index 7d634b56cf..719487be5f 100644 --- a/target/linux/generic/config-filter +++ b/target/linux/generic/config-filter @@ -3,9 +3,10 @@ # 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_LD_.* is not set # CONFIG_GCC_VERSION is not set -# CONFIG_INLINE_.* is not set # CONFIG_HAVE_(?!(ARCH_TIMER|TCM|SMP)).* is not set +# CONFIG_INLINE_.* is not set +# CONFIG_LD_.* is not set +CONFIG_PLUGIN_HOSTCC=".*" # CONFIG_SET_FS is not set # CONFIG_TASKS_.* is not set |