aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_fxx/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_fxx/Makefile.inc')
-rw-r--r--src/cpu/amd/model_fxx/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/model_fxx/Makefile.inc b/src/cpu/amd/model_fxx/Makefile.inc
index 948e235889..50b6f61b65 100644
--- a/src/cpu/amd/model_fxx/Makefile.inc
+++ b/src/cpu/amd/model_fxx/Makefile.inc
@@ -3,4 +3,4 @@ driver-y += model_fxx_init.c
ramstage-y += apic_timer.c
ramstage-y += model_fxx_update_microcode.c
ramstage-y += processor_name.c
-ramstage-y += powernow_acpi.c
+ramstage-$(CONFIG_GENERATE_ACPI_TABLES) += powernow_acpi.c