aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-01-14 08:01:47 -0500
committerIngo Molnar <mingo@kernel.org>2014-01-14 08:01:47 -0500
commit9c079129d7bfb24251890e40694fd79dd1872ed9 (patch)
tree6049920eea5810bbd38f417f1313fa35f5a0679d /arch/x86/kernel/cpu/microcode/Makefile
parent7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 (diff)
parentbad5fa631fca5466401cd4a48e30cc1f1cb6101e (diff)
Merge tag 'amd_ucode_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/microcode
Pull x86 microcode loader updates from Borislav Petkov: - AMD microcode early loading fixes - Some microcode loader source files reorganization Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/cpu/microcode/Makefile')
-rw-r--r--arch/x86/kernel/cpu/microcode/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/microcode/Makefile b/arch/x86/kernel/cpu/microcode/Makefile
new file mode 100644
index 000000000000..285c85427c32
--- /dev/null
+++ b/arch/x86/kernel/cpu/microcode/Makefile
@@ -0,0 +1,7 @@
1microcode-y := core.o
2obj-$(CONFIG_MICROCODE) += microcode.o
3microcode-$(CONFIG_MICROCODE_INTEL) += intel.o intel_lib.o
4microcode-$(CONFIG_MICROCODE_AMD) += amd.o
5obj-$(CONFIG_MICROCODE_EARLY) += core_early.o
6obj-$(CONFIG_MICROCODE_INTEL_EARLY) += intel_early.o
7obj-$(CONFIG_MICROCODE_AMD_EARLY) += amd_early.o