diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-25 18:01:44 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-26 08:54:45 +0100 |
commit | 6ed6ecee190914d244e51b455883155cdcb9b6aa (patch) | |
tree | f5d79188effa5265c6b506159919c5f690c85d2f /ArmPkg | |
parent | 4e908975c645bedd40ac77497d42629ef3cf9fc5 (diff) | |
download | edk2-6ed6ecee190914d244e51b455883155cdcb9b6aa.tar.gz edk2-6ed6ecee190914d244e51b455883155cdcb9b6aa.tar.bz2 edk2-6ed6ecee190914d244e51b455883155cdcb9b6aa.zip |
ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency
This missing dependency has gone unnoticed until now, but it is breaking
the Omap35xxPkg.dsc build.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg')
-rw-r--r-- | ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf index 20228d2864..95c13006ea 100644 --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf @@ -31,6 +31,7 @@ [LibraryClasses]
DebugLib
+ DxeServicesTableLib
UefiBootServicesTableLib
MemoryAllocationLib
UncachedMemoryAllocationLib
|