mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
Merge cd8c917a56 ("Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH") into android-mainline
Steps on the way to 5.16-rc5 Fixes merge issues with: Makefile Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ic9ef5ec61a70c93a8ad05a49f1fb3e3543635402
This commit is contained in:
3
Makefile
3
Makefile
@@ -808,8 +808,7 @@ stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
||||
|
||||
KBUILD_CFLAGS += $(stackp-flags-y)
|
||||
|
||||
KBUILD_CFLAGS += $(KBUILD_CFLAGS-y)
|
||||
KBUILD_CFLAGS += $(KBUILD_CFLAGS-y) $(CONFIG_CC_IMPLICIT_FALLTHROUGH)
|
||||
KBUILD_CFLAGS += $(KBUILD_CFLAGS-y) $(CONFIG_CC_IMPLICIT_FALLTHROUGH:"%"=%)
|
||||
|
||||
ifdef CONFIG_CC_IS_CLANG
|
||||
KBUILD_CPPFLAGS += -Qunused-arguments
|
||||
|
||||
Reference in New Issue
Block a user