summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2021-03-14 13:05:36 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2021-03-14 13:05:53 +0100
commit127a28d8e9cc8fa4bff6a2fe73b9a645b20c1b34 (patch)
treedc4cc56cce8857f375afe7372df2d27ce5dc0195 /init
parent4c2fb69cfa1f9c1605b00a5cc90f9398692d8366 (diff)
parent88fe49249c99de14e543c632a46248d85411ab9e (diff)
Merge 88fe49249c99 ("Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into android-mainline
Steps on the way to 5.12-rc3 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: If4f25ead01589e36bb2b01dea358be38f7cacace
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/init/Kconfig b/init/Kconfig
index b44b22ce0016..1cf9d8beb82d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -20,10 +20,10 @@ config CC_VERSION_TEXT
When the compiler is updated, Kconfig will be invoked.
- Ensure full rebuild when the compiler is updated
- include/linux/kconfig.h contains this option in the comment line so
- fixdep adds include/config/cc/version/text.h into the auto-generated
- dependency. When the compiler is updated, syncconfig will touch it
- and then every file will be rebuilt.
+ include/linux/compiler-version.h contains this option in the comment
+ line so fixdep adds include/config/cc/version/text.h into the
+ auto-generated dependency. When the compiler is updated, syncconfig
+ will touch it and then every file will be rebuilt.
config CC_IS_GCC
def_bool $(success,test "$(cc-name)" = GCC)