From: Olivier Martin Date: Wed, 27 May 2015 15:09:12 +0000 (+0000) Subject: EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required libraries X-Git-Tag: edk2-stable201903~9733 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=98c9d3be0815bca3b7230a4765751f6ded74be42 EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required libraries Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin Reviewed-by: Ronald Cron git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17525 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf index 934cda8037..f743585331 100644 --- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf +++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf @@ -40,6 +40,7 @@ DxeServicesTableLib BaseMemoryLib DebugLib + FdtLib UefiBootServicesTableLib UefiRuntimeServicesTableLib HiiLib