xref: /kernel/linux/linux-5.10/arch/x86/events/intel/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/x86/events/intel/
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_CPU_SUP_INTEL)		+= core.o bts.o
3obj-$(CONFIG_CPU_SUP_INTEL)		+= ds.o knc.o
4obj-$(CONFIG_CPU_SUP_INTEL)		+= lbr.o p4.o p6.o pt.o
5obj-$(CONFIG_PERF_EVENTS_INTEL_UNCORE)	+= intel-uncore.o
6intel-uncore-objs			:= uncore.o uncore_nhmex.o uncore_snb.o uncore_snbep.o
7obj-$(CONFIG_PERF_EVENTS_INTEL_CSTATE)	+= intel-cstate.o
8intel-cstate-objs			:= cstate.o
9

Indexes created Thu Nov 07 10:32:03 CST 2024