We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f769f commit 54c4b2aCopy full SHA for 54c4b2a
arch/x86/kernel/cpu/mce/Makefile
@@ -5,7 +5,9 @@ obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
5
obj-$(CONFIG_X86_MCE_INTEL) += intel.o
6
obj-$(CONFIG_X86_MCE_AMD) += amd.o
7
obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
8
-obj-$(CONFIG_X86_MCE_INJECT) += inject.o
+
9
+mce-inject-y := inject.o
10
+obj-$(CONFIG_X86_MCE_INJECT) += mce-inject.o
11
12
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
13
0 commit comments