diff options
| author | Ingo Molnar <mingo@kernel.org> | 2014-01-14 08:01:47 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2014-01-14 08:01:47 -0500 |
| commit | 9c079129d7bfb24251890e40694fd79dd1872ed9 (patch) | |
| tree | 6049920eea5810bbd38f417f1313fa35f5a0679d /arch/x86/kernel/cpu/microcode/Makefile | |
| parent | 7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 (diff) | |
| parent | bad5fa631fca5466401cd4a48e30cc1f1cb6101e (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/Makefile | 7 |
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 @@ | |||
| 1 | microcode-y := core.o | ||
| 2 | obj-$(CONFIG_MICROCODE) += microcode.o | ||
| 3 | microcode-$(CONFIG_MICROCODE_INTEL) += intel.o intel_lib.o | ||
| 4 | microcode-$(CONFIG_MICROCODE_AMD) += amd.o | ||
| 5 | obj-$(CONFIG_MICROCODE_EARLY) += core_early.o | ||
| 6 | obj-$(CONFIG_MICROCODE_INTEL_EARLY) += intel_early.o | ||
| 7 | obj-$(CONFIG_MICROCODE_AMD_EARLY) += amd_early.o | ||
