* x86/mce: Restore MCE injector's module name
@ 2018-12-18 18:25 Borislav Petkov
0 siblings, 0 replies; only message in thread
From: Borislav Petkov @ 2018-12-18 18:25 UTC (permalink / raw)
To: Luck, Tony; +Cc: LKML, X86 ML, linux-edac
Aaand one more fix ontop... Yeah, renames are nasty. :-\
---
From: Borislav Petkov <bp@suse.de>
It was mce-inject.ko but it turned into inject.ko since the containing
source file got renamed. Restore it.
Cc: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
---
arch/x86/kernel/cpu/mce/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/mce/Makefile b/arch/x86/kernel/cpu/mce/Makefile
index 765759765ab7..9f020c994154 100644
--- a/arch/x86/kernel/cpu/mce/Makefile
+++ b/arch/x86/kernel/cpu/mce/Makefile
@@ -5,7 +5,9 @@ obj-$(CONFIG_X86_ANCIENT_MCE) += winchip.o p5.o
obj-$(CONFIG_X86_MCE_INTEL) += intel.o
obj-$(CONFIG_X86_MCE_AMD) += amd.o
obj-$(CONFIG_X86_MCE_THRESHOLD) += threshold.o
-obj-$(CONFIG_X86_MCE_INJECT) += inject.o
+
+mce-inject-y := inject.o
+obj-$(CONFIG_X86_MCE_INJECT) += mce-inject.o
obj-$(CONFIG_X86_THERMAL_VECTOR) += therm_throt.o
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-18 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 18:25 x86/mce: Restore MCE injector's module name Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox