Makefile (c3ff2a5193fa61b1b284cfb1d79628814ed0e95a) Makefile (aea447141c7e7824b81b49acd1bc785506fba46e)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the linux kernel.
4#
5
6CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
7
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the linux kernel.
4#
5
6CFLAGS_ptrace.o += -DUTS_MACHINE='"$(UTS_MACHINE)"'
7
8# Disable clang warning for using setjmp without setjmp.h header
9CFLAGS_crash.o += $(call cc-disable-warning, builtin-requires-header)
10
8subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
9
10ifdef CONFIG_PPC64
11CFLAGS_prom_init.o += $(NO_MINIMAL_TOC)
12endif
13ifdef CONFIG_PPC32
14CFLAGS_prom_init.o += -fPIC
15CFLAGS_btext.o += -fPIC

--- 168 unchanged lines hidden ---
11subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror
12
13ifdef CONFIG_PPC64
14CFLAGS_prom_init.o += $(NO_MINIMAL_TOC)
15endif
16ifdef CONFIG_PPC32
17CFLAGS_prom_init.o += -fPIC
18CFLAGS_btext.o += -fPIC

--- 168 unchanged lines hidden ---