aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/microcode/Makefile.inc
blob: b56e6a7e79a24ee7d61dee35ea95ccec25406ca4 (plain)
1
2
3
4
5
6
7
8
################################################################################
## One small file with the awesome super-power of updating the CPU microcode
## directly from CBFS. You have been WARNED!!!
################################################################################
ramstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
romstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c

cpu_microcode_bins += $(call strip_quotes,$(CONFIG_CPU_UCODE_BINARIES))