From 823063c86f9d4957cd506aeda93c82912fd9baf1 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 f16kb vendorcode: Split to Makefile.inc files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id3d9a365469f7d73788cad4095ec3495fc9baf3b Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21263 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Marshall Dawson --- src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug/Makefile.inc (limited to 'src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug') diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug/Makefile.inc new file mode 100644 index 0000000000..abfc533f3b --- /dev/null +++ b/src/vendorcode/amd/agesa/f16kb/Proc/IDS/Debug/Makefile.inc @@ -0,0 +1,4 @@ +libagesa-y += IdsDebug.c +libagesa-y += IdsDebugPrint.c +libagesa-y += IdsDpHdtout.c +libagesa-y += IdsDpSerial.c -- cgit v1.2.3