~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/x86/kernel/cpu/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0
  2 #
  3 # Makefile for x86-compatible CPU details, features and quirks
  4 #
  5 
  6 # Don't trace early stages of a secondary CPU boot
  7 ifdef CONFIG_FUNCTION_TRACER
  8 CFLAGS_REMOVE_common.o = -pg
  9 CFLAGS_REMOVE_perf_event.o = -pg
 10 endif
 11 
 12 # If these files are instrumented, boot hangs during the first second.
 13 KCOV_INSTRUMENT_common.o := n
 14 KCOV_INSTRUMENT_perf_event.o := n
 15 KMSAN_SANITIZE_common.o := n
 16 
 17 # As above, instrumenting secondary CPU boot code causes boot hangs.
 18 KCSAN_SANITIZE_common.o := n
 19 
 20 obj-y                   := cacheinfo.o scattered.o
 21 obj-y                   += topology_common.o topology_ext.o topology_amd.o
 22 obj-y                   += common.o
 23 obj-y                   += rdrand.o
 24 obj-y                   += match.o
 25 obj-y                   += bugs.o
 26 obj-y                   += aperfmperf.o
 27 obj-y                   += cpuid-deps.o
 28 obj-y                   += umwait.o
 29 obj-y                   += capflags.o powerflags.o
 30 
 31 obj-$(CONFIG_X86_LOCAL_APIC)            += topology.o
 32 
 33 obj-$(CONFIG_PROC_FS)                   += proc.o
 34 
 35 obj-$(CONFIG_IA32_FEAT_CTL)             += feat_ctl.o
 36 ifdef CONFIG_CPU_SUP_INTEL
 37 obj-y                                   += intel.o tsx.o
 38 obj-$(CONFIG_PM)                        += intel_epb.o
 39 endif
 40 obj-$(CONFIG_CPU_SUP_AMD)               += amd.o
 41 obj-$(CONFIG_CPU_SUP_HYGON)             += hygon.o
 42 obj-$(CONFIG_CPU_SUP_CYRIX_32)          += cyrix.o
 43 obj-$(CONFIG_CPU_SUP_CENTAUR)           += centaur.o
 44 obj-$(CONFIG_CPU_SUP_TRANSMETA_32)      += transmeta.o
 45 obj-$(CONFIG_CPU_SUP_UMC_32)            += umc.o
 46 obj-$(CONFIG_CPU_SUP_ZHAOXIN)           += zhaoxin.o
 47 obj-$(CONFIG_CPU_SUP_VORTEX_32)         += vortex.o
 48 
 49 obj-$(CONFIG_X86_MCE)                   += mce/
 50 obj-$(CONFIG_MTRR)                      += mtrr/
 51 obj-$(CONFIG_MICROCODE)                 += microcode/
 52 obj-$(CONFIG_X86_CPU_RESCTRL)           += resctrl/
 53 obj-$(CONFIG_X86_SGX)                   += sgx/
 54 
 55 obj-$(CONFIG_X86_LOCAL_APIC)            += perfctr-watchdog.o
 56 
 57 obj-$(CONFIG_HYPERVISOR_GUEST)          += vmware.o hypervisor.o mshyperv.o
 58 obj-$(CONFIG_ACRN_GUEST)                += acrn.o
 59 
 60 obj-$(CONFIG_DEBUG_FS)                  += debugfs.o
 61 
 62 quiet_cmd_mkcapflags = MKCAP   $@
 63       cmd_mkcapflags = $(CONFIG_SHELL) $(src)/mkcapflags.sh $@ $^
 64 
 65 cpufeature = $(src)/../../include/asm/cpufeatures.h
 66 vmxfeature = $(src)/../../include/asm/vmxfeatures.h
 67 
 68 $(obj)/capflags.c: $(cpufeature) $(vmxfeature) $(src)/mkcapflags.sh FORCE
 69         $(call if_changed,mkcapflags)
 70 targets += capflags.c

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php