summaryrefslogtreecommitdiff
path: root/PerformancePkg
diff options
context:
space:
mode:
Diffstat (limited to 'PerformancePkg')
-rw-r--r--PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf1
-rw-r--r--PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf1
-rw-r--r--PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf1
3 files changed, 3 insertions, 0 deletions
diff --git a/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
index 2c33b7702..3d53b21db 100644
--- a/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
+++ b/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
@@ -37,6 +37,7 @@
[Sources.common]
TscTimerLibShare.c
BaseTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]
diff --git a/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
index e0edd6f21..1de990401 100644
--- a/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
+++ b/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
@@ -36,6 +36,7 @@
[Sources.common]
TscTimerLibShare.c
DxeTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]
diff --git a/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf b/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf
index 177e4c3ae..c92127258 100644
--- a/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf
+++ b/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf
@@ -34,6 +34,7 @@
[Sources.common]
TscTimerLibShare.c
PeiTscTimerLib.c
+ TscTimerLibInternal.h
[Packages]