summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/agesa/family15/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-22 15:53:34 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:06:47 +0100
commite68f4ffb978e26ae674fb39c304489ec16a06db3 (patch)
tree6e8880e8bd9b6ada796423849ed6341d1ac25e40 /src/northbridge/amd/agesa/family15/Makefile.inc
parent9bb38c963f25e0465d7ef9048620154a9c39c326 (diff)
AGESA fam15: Common agesawrapper
Place empty OemCustomizeInitEarly() and OemCustomInitPost() in a common file for now and split eventlog parser to a separate file. Change-Id: Ia8277ad13a800898b3e1a4e9c8fbd838ae2efeae Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7155 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/northbridge/amd/agesa/family15/Makefile.inc')
-rw-r--r--src/northbridge/amd/agesa/family15/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/amd/agesa/family15/Makefile.inc b/src/northbridge/amd/agesa/family15/Makefile.inc
index 4a754995eb..f82194021f 100644
--- a/src/northbridge/amd/agesa/family15/Makefile.inc
+++ b/src/northbridge/amd/agesa/family15/Makefile.inc
@@ -18,5 +18,7 @@
#
romstage-y += dimmSpd.c
+romstage-y += agesawrapper.c
ramstage-y += northbridge.c
+ramstage-y += agesawrapper.c