mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
6 lines
196 B
Makefile
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
|