Skip to content

Commit ae71d4b

Browse files
committed
Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fix from Ingo Molnar: "A single Kbuild dependency fix" * tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/rapl: Fix RAPL config variable bug
2 parents bc53f67 + 16accae commit ae71d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/events/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-y += core.o probe.o
3-
obj-$(PERF_EVENTS_INTEL_RAPL) += rapl.o
3+
obj-$(CONFIG_PERF_EVENTS_INTEL_RAPL) += rapl.o
44
obj-y += amd/
55
obj-$(CONFIG_X86_LOCAL_APIC) += msr.o
66
obj-$(CONFIG_CPU_SUP_INTEL) += intel/

0 commit comments

Comments
 (0)