Makefile (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) Makefile (893ab00439a45513cae55781fc8e3b7108ee1cda)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS_bootx_init.o += -fPIC
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS_bootx_init.o += -fPIC
3CFLAGS_bootx_init.o += $(call cc-option, -fno-stack-protector)
3CFLAGS_bootx_init.o += -fno-stack-protector
4
5KASAN_SANITIZE_bootx_init.o := n
6
7ifdef CONFIG_KASAN
8CFLAGS_bootx_init.o += -DDISABLE_BRANCH_PROFILING
9endif
10
11ifdef CONFIG_FUNCTION_TRACER

--- 14 unchanged lines hidden ---
4
5KASAN_SANITIZE_bootx_init.o := n
6
7ifdef CONFIG_KASAN
8CFLAGS_bootx_init.o += -DDISABLE_BRANCH_PROFILING
9endif
10
11ifdef CONFIG_FUNCTION_TRACER

--- 14 unchanged lines hidden ---