From: Laszlo Ersek Date: Sat, 10 Mar 2018 16:44:54 +0000 (+0100) Subject: ArmVirtPkg/PlatformBootManagerLib: list "PlatformBm.h" in INF file X-Git-Tag: edk2-stable201903~2196 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9c4ed79c94ebf18246c72bc2c2e61e58dd6bdea1;p=mirror_edk2.git ArmVirtPkg/PlatformBootManagerLib: list "PlatformBm.h" in INF file The header file declares TryRunningQemuKernel(), defined in "QemuKernel.c" and called from "PlatformBm.c". Cc: Ard Biesheuvel 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/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index bac6c781b3..1e22f8bb38 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -32,6 +32,7 @@ [Sources] PlatformBm.c + PlatformBm.h QemuKernel.c [Packages]