From: Laszlo Ersek Date: Sat, 10 Mar 2018 21:34:41 +0000 (+0100) Subject: OvmfPkg/PlatformPei: list "Platform.h" in the INF file X-Git-Tag: edk2-stable201903~2167 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d9498e013b25f8eafac7523a77fe5dc50249743d OvmfPkg/PlatformPei: list "Platform.h" in the INF file The header file declares several functions and global variables that are shared between various translation units in this module. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall 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 --- diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index 34d93643fe..c10936af32 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -36,6 +36,7 @@ Fv.c MemDetect.c Platform.c + Platform.h Xen.c [Packages]