Sign in
gbmc
/
linux
/
refs/heads/linux-5.4.y
/
.
/
arch
/
x86
/
events
/
Makefile
blob: 726e83c0a31a1539d498292e28dc661c2e04db64 [
file
] [
edit
]
# SPDX-License-Identifier: GPL-2.0-only
obj
-
y
+=
core
.
o probe
.
o
obj
-
$
(
CONFIG_PERF_EVENTS_INTEL_RAPL
)
+=
rapl
.
o
obj
-
y
+=
amd
/
obj
-
$
(
CONFIG_X86_LOCAL_APIC
)
+=
msr
.
o
obj
-
$
(
CONFIG_CPU_SUP_INTEL
)
+=
intel
/