Files
android_kernel_samsung_sm86…/arch/x86/kernel/cpu/microcode/Makefile
2025-02-18 16:35:45 +09:00

6 baris
196 B
Makefile
Executable File

# 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