xref: /aosp_15_r20/external/coreboot/src/cpu/intel/model_f3x/Makefile.mk (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3ramstage-y += model_f3x_init.c
4
5subdirs-y += ../smm/gen1
6
7ramstage-$(CONFIG_PARALLEL_MP) += ../model_1067x/mp_init.c
8
9cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/0f-03-*)
10