KernelNanopiR5S/arch/x86/kernel/cpu/microcode/Makefile
2024-09-10 09:59:09 +02:00

6 lines
196 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
microcode-y := core.o
obj-$(CONFIG_MICROCODE) += microcode.o
microcode-$(CONFIG_MICROCODE_INTEL) += intel.o
microcode-$(CONFIG_MICROCODE_AMD) += amd.o