aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2015-05-24 09:06:03 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2015-05-26 19:14:38 +0200
commit90a54b087419faf15bef27f5dbd57e79de667f99 (patch)
tree0c2d733c5a01d821e0796bb3082c495ec3411dfa /src/northbridge/amd/agesa/Makefile.inc
parent7138ee445c713867edd67c20fef10444f7aea6d1 (diff)
AGESA: Move S3 related SPI writes again
This is more agesawrapper-related code than CPU. Change-Id: I3058ef965a83aed1972e02f0f566f81d5dbd7adf Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/10295 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'src/northbridge/amd/agesa/Makefile.inc')
-rw-r--r--src/northbridge/amd/agesa/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/Makefile.inc b/src/northbridge/amd/agesa/Makefile.inc
index 05c3c1a705..284b6e2b04 100644
--- a/src/northbridge/amd/agesa/Makefile.inc
+++ b/src/northbridge/amd/agesa/Makefile.inc
@@ -30,4 +30,7 @@ subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb
romstage-y += def_callouts.c agesawrapper.c eventlog.c
ramstage-y += def_callouts.c agesawrapper.c eventlog.c
+romstage-y += oem_s3.c
+ramstage-y += oem_s3.c
+
endif