xref: /linux/arch/powerpc/kexec/Makefile (revision ff2632d7d08edc11e8bd0629e9fcfebab25c78b4)
1793b08e2SChristophe Leroy# SPDX-License-Identifier: GPL-2.0
2793b08e2SChristophe Leroy#
3793b08e2SChristophe Leroy# Makefile for the linux kernel.
4793b08e2SChristophe Leroy#
5793b08e2SChristophe Leroy
6*f5f0da5aSSourabh Jainobj-y				+= core.o core_$(BITS).o ranges.o
7793b08e2SChristophe Leroy
8793b08e2SChristophe Leroyobj-$(CONFIG_PPC32)		+= relocate_32.o
9793b08e2SChristophe Leroy
10*f5f0da5aSSourabh Jainobj-$(CONFIG_KEXEC_FILE)	+= file_load.o file_load_$(BITS).o elf_$(BITS).o
11199da871SBaoquan Heobj-$(CONFIG_VMCORE_INFO)	+= vmcore_info.o
125c4233ccSHari Bathiniobj-$(CONFIG_CRASH_DUMP)	+= crash.o
13793b08e2SChristophe Leroy
14793b08e2SChristophe Leroy# Disable GCOV, KCOV & sanitizers in odd or sensitive code
15793b08e2SChristophe LeroyGCOV_PROFILE_core_$(BITS).o := n
16793b08e2SChristophe LeroyKCOV_INSTRUMENT_core_$(BITS).o := n
17793b08e2SChristophe LeroyUBSAN_SANITIZE_core_$(BITS).o := n
182ab2d579SDaniel AxtensKASAN_SANITIZE_core.o := n
192ab2d579SDaniel AxtensKASAN_SANITIZE_core_$(BITS) := n
20