diff options
author | Olivier Martin <Olivier.Martin@arm.com> | 2015-05-27 15:09:12 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-05-27 15:09:12 +0000 |
commit | 98c9d3be0815bca3b7230a4765751f6ded74be42 (patch) | |
tree | 1759d375d03304bae637277fa2c2947523964b11 /EmbeddedPkg/Drivers/FdtPlatformDxe | |
parent | 44a35695d0affca5d807a8a7fb1e37a2cfddb478 (diff) | |
download | edk2-platforms-98c9d3be0815bca3b7230a4765751f6ded74be42.tar.xz |
EmbeddedPkg/FdtPlatformDxe: Add FdtLib to the required libraries
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17525 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Drivers/FdtPlatformDxe')
-rw-r--r-- | EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
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
|