diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index f4534c58342d..7020238fd263 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -33,6 +33,9 @@ config CC_HAS_ASM_GOTO | |||
33 | config TOOLS_SUPPORT_RELR | 33 | config TOOLS_SUPPORT_RELR |
34 | def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/tools-support-relr.sh) | 34 | def_bool $(success,env "CC=$(CC)" "LD=$(LD)" "NM=$(NM)" "OBJCOPY=$(OBJCOPY)" $(srctree)/scripts/tools-support-relr.sh) |
35 | 35 | ||
36 | config CC_HAS_ASM_INLINE | ||
37 | def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null) | ||
38 | |||
36 | config CC_HAS_WARN_MAYBE_UNINITIALIZED | 39 | config CC_HAS_WARN_MAYBE_UNINITIALIZED |
37 | def_bool $(cc-option,-Wmaybe-uninitialized) | 40 | def_bool $(cc-option,-Wmaybe-uninitialized) |
38 | help | 41 | help |