aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family12/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/amd/agesa/family12/Makefile.inc')
-rw-r--r--src/northbridge/amd/agesa/family12/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family12/Makefile.inc b/src/northbridge/amd/agesa/family12/Makefile.inc
index 6b2ca784cd..41c40c3915 100644
--- a/src/northbridge/amd/agesa/family12/Makefile.inc
+++ b/src/northbridge/amd/agesa/family12/Makefile.inc
@@ -16,3 +16,8 @@
romstage-y += dimmSpd.c
ramstage-y += northbridge.c
+
+ifneq ($(CONFIG_AGESA_LEGACY_WRAPPER), y)
+romstage-y += state_machine.c
+ramstage-y += state_machine.c
+endif