Skip to content
Snippets Groups Projects
Commit bffbf871 authored by Anuj Mittal's avatar Anuj Mittal Committed by Bruce Ashfield
Browse files

features/inline: remove

Remove CONFIG_OPTIMIZE_INLINING and associated features entirely. The
config has been removed starting 5.7.

https://github.com/torvalds/linux/commit/889b3c1245de48ed0cacf7aebb25c489d3e4a3e9



Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 2c63c0fe
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ include features/input/keyboard-gpio.scc
include features/ciphers/ciphers.scc
include features/pci-iov/pci-iov.scc
include features/intel-tco/intel-tco.scc
include features/inline/inline.cfg
include features/random/random.scc
# default policy for standard kernels
......
# SPDX-License-Identifier: MIT
CONFIG_OPTIMIZE_INLINING=y
# SPDX-License-Identifier: MIT
if [ "$KARCH" = "x86_64" ] || [ "$KARCH" = "i386" ]; then
kconf non-hareware debug-optimize-inlining.cfg
fi
# SPDX-License-Identifier: MIT
CONFIG_OPTIMIZE_INLINING=y
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Allow gcc to uninline functions marked 'inline'"
define KFEATURE_COMPATIBILITY all
kconf non-hardware inline.cfg
......@@ -155,7 +155,6 @@
config = features/systemtap/systemtap.scc
config = features/firewire/firewire.scc
config = features/security/security.scc
config = features/inline/inline.scc
config = features/uio/uio.scc
config = features/leds/leds.scc
config = features/profiling/profiling.scc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment