From be7634433133cbd43bc6c51b45a63ab035f460ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 29 Aug 2017 10:59:39 +0300 Subject: AGESA f14 vendorcode: Split to Makefile.inc files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6dbcd23b0ea03b1b965d43346ae1cf7cf1971eb7 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21260 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Marshall Dawson --- src/vendorcode/amd/agesa/f14/Proc/Common/Makefile.inc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/vendorcode/amd/agesa/f14/Proc/Common/Makefile.inc (limited to 'src/vendorcode/amd/agesa/f14/Proc/Common') diff --git a/src/vendorcode/amd/agesa/f14/Proc/Common/Makefile.inc b/src/vendorcode/amd/agesa/f14/Proc/Common/Makefile.inc new file mode 100644 index 0000000000..957c98f639 --- /dev/null +++ b/src/vendorcode/amd/agesa/f14/Proc/Common/Makefile.inc @@ -0,0 +1,15 @@ +libagesa-y += AmdInitEarly.c +libagesa-y += AmdInitEnv.c +libagesa-y += AmdInitLate.c +libagesa-y += AmdInitMid.c +libagesa-y += AmdInitPost.c +libagesa-y += AmdInitReset.c +libagesa-y += AmdInitResume.c +libagesa-y += AmdLateRunApTask.c +libagesa-y += AmdS3LateRestore.c +libagesa-y += AmdS3Save.c +libagesa-y += CommonInits.c +libagesa-y += CommonReturns.c +libagesa-y += CreateStruct.c +libagesa-y += S3RestoreState.c +libagesa-y += S3SaveState.c -- cgit v1.2.3