Skip to content

Commit e92e263

Browse files
committed
Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"
This reverts commit cd8c917. Commit 129ab0d ("kbuild: do not quote string values in include/config/auto.conf") provided the final solution. Now reverting the temporary workaround. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 10756dc commit e92e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
778778
KBUILD_CFLAGS += $(stackp-flags-y)
779779

780780
KBUILD_CFLAGS-$(CONFIG_WERROR) += -Werror
781-
KBUILD_CFLAGS += $(KBUILD_CFLAGS-y) $(CONFIG_CC_IMPLICIT_FALLTHROUGH:"%"=%)
781+
KBUILD_CFLAGS += $(KBUILD_CFLAGS-y) $(CONFIG_CC_IMPLICIT_FALLTHROUGH)
782782

783783
ifdef CONFIG_CC_IS_CLANG
784784
KBUILD_CPPFLAGS += -Qunused-arguments

0 commit comments

Comments
 (0)