aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/common/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-11 08:52:22 +0300
committerPatrick Georgi <pgeorgi@google.com>2019-05-25 08:36:22 +0000
commitc6918f99d73541246f5a7d6d0f5723c674737fbe (patch)
tree796e55e1586dbe714ca1731988691bd2da825fbe /src/vendorcode/amd/agesa/common/Makefile.inc
parent35f9507b08aa8e062b0a1f87eb25b45694378503 (diff)
AGESA: Move heap_status_name() implementation
Place it within class libagesa to avoid including AGESA internal header heapManager.h in coreboot proper build CPPFLAGS. Change-Id: Iae86d6631d7a6ba6ea2588a53b292b435dfd7861 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/common/Makefile.inc')
-rw-r--r--src/vendorcode/amd/agesa/common/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/common/Makefile.inc b/src/vendorcode/amd/agesa/common/Makefile.inc
index 78dd4fc988..247969477c 100644
--- a/src/vendorcode/amd/agesa/common/Makefile.inc
+++ b/src/vendorcode/amd/agesa/common/Makefile.inc
@@ -30,6 +30,7 @@
romstage-y += agesa-entry.c
ramstage-y += agesa-entry.c
+libagesa-y += debug_util.c
libagesa-y += amdlib.c
# Do not optimise performance-critical low-level IO for size with -Os,