From 0e01c4841ddcd2216ab21d3f009024bfc8879908 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 27 Jul 2017 06:15:02 +0300 Subject: AGESA: Use common handler for ACPI tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2d6ab1026f1105f1fea97682442a169409248c39 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20815 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/northbridge/amd/pi/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/amd/pi/Makefile.inc') diff --git a/src/northbridge/amd/pi/Makefile.inc b/src/northbridge/amd/pi/Makefile.inc index a0bfe54bf1..c12c405098 100644 --- a/src/northbridge/amd/pi/Makefile.inc +++ b/src/northbridge/amd/pi/Makefile.inc @@ -23,7 +23,7 @@ romstage-y += agesawrapper.c ramstage-y += agesawrapper.c romstage-y += ../agesa/def_callouts.c -ramstage-y += ../agesa/def_callouts.c +ramstage-y += ../agesa/def_callouts.c ../agesa/acpi_tables.c romstage-y += ramtop.c ramstage-y += ramtop.c -- cgit v1.2.3