![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the linux kernel. 0004 # 0005 0006 obj-y += core.o crash.o core_$(BITS).o 0007 0008 obj-$(CONFIG_PPC32) += relocate_32.o 0009 0010 obj-$(CONFIG_KEXEC_FILE) += file_load.o ranges.o file_load_$(BITS).o elf_$(BITS).o 0011 0012 # Disable GCOV, KCOV & sanitizers in odd or sensitive code 0013 GCOV_PROFILE_core_$(BITS).o := n 0014 KCOV_INSTRUMENT_core_$(BITS).o := n 0015 UBSAN_SANITIZE_core_$(BITS).o := n 0016 KASAN_SANITIZE_core.o := n 0017 KASAN_SANITIZE_core_$(BITS) := n
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |