From 74ccebcdad8ffa7d192673b9a7cfcd64094d5db9 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 19:49:52 +0100 Subject: [PATCH] OvmfPkg/CsmSupportLib: list "CsmSupportLib.h" in the INF file The header file declares the functions LegacyRegionInit(), LegacyInterruptInstall() and LegacyBiosPlatformInstall(). They are defined in "LegacyRegion.c", "LegacyInterrupt.c", and "LegacyPlatform.c", respectively, and are all called from CsmSupportLibConstructor() in "CsmSupportLib.c". Cc: Ard Biesheuvel Cc: Jordan Justen Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf index 25056febf3..ba050cbb4f 100644 --- a/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf +++ b/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf @@ -30,6 +30,7 @@ [Sources] CsmSupportLib.c + CsmSupportLib.h LegacyInterrupt.c LegacyPlatform.c LegacyRegion.c -- 2.39.2