summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg
diff options
context:
space:
mode:
authorAchin Gupta <achin.gupta@arm.com>2018-12-03 12:50:52 +0530
committerAchin Gupta <achin.gupta@arm.com>2018-12-09 16:00:37 +0000
commit4ceb9c01f9b2902c5e42323a9704048b6ea1af2b (patch)
treea097515f6bf200a10a5f2e0ef2d09cf5a2f296ba /StandaloneMmPkg
parenta5274cdc87d952a4609b0baef92df3a4b6a36059 (diff)
downloadedk2-4ceb9c01f9b2902c5e42323a9704048b6ea1af2b.tar.gz
edk2-4ceb9c01f9b2902c5e42323a9704048b6ea1af2b.tar.bz2
edk2-4ceb9c01f9b2902c5e42323a9704048b6ea1af2b.zip
StandaloneMmPkg: Add missing dependency on PL011UartClockLib
This patch fixes the dependency PL011UartLib has on PL011UartClockLib by including its implementation path in the StandaloneMm DSC file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com> Reviewed-by: Achin Gupta <achin.gupta@arm.com>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r--StandaloneMmPkg/StandaloneMmPkg.dsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc
index c6ddb35b89..84de1ab0f1 100644
--- a/StandaloneMmPkg/StandaloneMmPkg.dsc
+++ b/StandaloneMmPkg/StandaloneMmPkg.dsc
@@ -67,6 +67,7 @@
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
+ PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
# ARM PL011 UART Driver
SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf