summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-30 15:24:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-01-30 15:24:36 +0100
commit4c6123873a42dc5144e4c53bb8376c14fc92336d (patch)
treec216d58078507137e2eed186706282365d63631d /scripts
parente41752c0e79b033fe0ea186bba0f6bb558c49729 (diff)
parent26291c54e111ff6ba87a164d85d4a4e134b7315c (diff)
downloadlinux-4c6123873a42dc5144e4c53bb8376c14fc92336d.tar.gz
linux-4c6123873a42dc5144e4c53bb8376c14fc92336d.zip
Merge tag 'v5.17-rc2' into tty-next
We need the tty/serial fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index ecd3acacd0ec..ce5aa9030b74 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -25,7 +25,7 @@ HOSTCFLAGS_sorttable.o += -I$(srctree)/tools/arch/x86/include
HOSTCFLAGS_sorttable.o += -DUNWINDER_ORC_ENABLED
endif
-ifdef CONFIG_DYNAMIC_FTRACE
+ifdef CONFIG_BUILDTIME_MCOUNT_SORT
HOSTCFLAGS_sorttable.o += -DMCOUNT_SORT_ENABLED
endif