aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_10xxx/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_10xxx/Makefile.inc')
-rw-r--r--src/cpu/amd/model_10xxx/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/model_10xxx/Makefile.inc b/src/cpu/amd/model_10xxx/Makefile.inc
index 5b0a89de49..35f32c2d65 100644
--- a/src/cpu/amd/model_10xxx/Makefile.inc
+++ b/src/cpu/amd/model_10xxx/Makefile.inc
@@ -1,5 +1,4 @@
-# no conditionals here. If you include this file from a socket, then you get all the binaries.
driver-y += model_10xxx_init.c
-ramstage-y += update_microcode.c
+ramstage-$(CONFIG_UPDATE_CPU_MICROCODE) += update_microcode.c
ramstage-y += apic_timer.c
ramstage-y += processor_name.c