diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-12-08 11:00:42 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-12-08 11:00:42 -0600 |
commit | c1c209984bdadb6d1f0212786f8e244c15708b74 (patch) | |
tree | d4bed394a4f7c2aa5b868b95b29d61e7e3dc93c4 | |
parent | 74d84fe61f3590d2a0f5926272cd62e940b3da69 (diff) | |
download | kernel-c1c209984bdadb6d1f0212786f8e244c15708b74.tar.gz kernel-c1c209984bdadb6d1f0212786f8e244c15708b74.tar.xz kernel-c1c209984bdadb6d1f0212786f8e244c15708b74.zip |
Turn off BTF for aarch64 while I figure out the build issue
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
-rw-r--r-- | kernel-aarch64-debug-fedora.config | 2 | ||||
-rw-r--r-- | kernel-aarch64-fedora.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config index 915d864c7..5e816f3e4 100644 --- a/kernel-aarch64-debug-fedora.config +++ b/kernel-aarch64-debug-fedora.config @@ -1440,7 +1440,7 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_GPIO is not set CONFIG_DEBUG_HIGHMEM=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set -CONFIG_DEBUG_INFO_BTF=y +# CONFIG_DEBUG_INFO_BTF is not set # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_DWARF4 is not set # CONFIG_DEBUG_INFO_REDUCED is not set diff --git a/kernel-aarch64-fedora.config b/kernel-aarch64-fedora.config index b8ee1fbca..f4b5c9be4 100644 --- a/kernel-aarch64-fedora.config +++ b/kernel-aarch64-fedora.config @@ -1440,7 +1440,7 @@ CONFIG_DEBUG_FS=y # CONFIG_DEBUG_GPIO is not set CONFIG_DEBUG_HIGHMEM=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set -CONFIG_DEBUG_INFO_BTF=y +# CONFIG_DEBUG_INFO_BTF is not set # CONFIG_DEBUG_INFO_COMPRESSED is not set # CONFIG_DEBUG_INFO_DWARF4 is not set # CONFIG_DEBUG_INFO_REDUCED is not set |