summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/sabrina/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/sabrina/Makefile.inc')
-rw-r--r--src/soc/amd/sabrina/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/Makefile.inc b/src/soc/amd/sabrina/Makefile.inc
index 4163cef98955..f256f22b1717 100644
--- a/src/soc/amd/sabrina/Makefile.inc
+++ b/src/soc/amd/sabrina/Makefile.inc
@@ -291,6 +291,6 @@ apu/amdfw_b-position := $(AMD_FW_AB_POSITION)
apu/amdfw_b-type := raw
endif
-cpu_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/UcodePatch_*.bin)
+amd_microcode_bins += $(wildcard ${FIRMWARE_LOCATION}/UcodePatch_*.bin)
endif # ($(CONFIG_SOC_AMD_SABRINA),y)