From c87c6e68a3e76fc365a47ccebd280b816750172b Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 29 Aug 2017 10:59:39 +0300 Subject: AGESA f12 vendorcode: Split to Makefile.inc files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8438dc468e59174bd6f88c0c02b2fbf60587dbfd Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21258 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Marshall Dawson --- src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc (limited to 'src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc') diff --git a/src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc b/src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc new file mode 100644 index 0000000000..3f0dfed1ae --- /dev/null +++ b/src/vendorcode/amd/agesa/f12/Proc/GNB/Gfx/Makefile.inc @@ -0,0 +1,9 @@ +libagesa-y += GfxConfigData.c +libagesa-y += GfxGmcInit.c +libagesa-y += GfxInitAtEnvPost.c +libagesa-y += GfxInitAtMidPost.c +libagesa-y += GfxInitAtPost.c +libagesa-y += GfxIntegratedInfoTableInit.c +libagesa-y += GfxLib.c +libagesa-y += GfxRegisterAcc.c +libagesa-y += GfxStrapsInit.c -- cgit v1.2.3