summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2019-07-19 17:08:12 +0200
committerLaszlo Ersek <lersek@redhat.com>2019-07-23 00:20:18 +0200
commit4cef711d632de12ad84002ce6169507dce5a1d8b (patch)
tree0bfcc746203405ad8dab1f880ae660106c5151db /ArmPkg/Library
parentbb824f685d760f560bb3c3fb14af394ab3b3544f (diff)
downloadedk2-4cef711d632de12ad84002ce6169507dce5a1d8b.tar.gz
edk2-4cef711d632de12ad84002ce6169507dce5a1d8b.tar.bz2
edk2-4cef711d632de12ad84002ce6169507dce5a1d8b.zip
ArmPkg: list module-internal header files in INF [Sources]
The BaseTools build feature introduced for TianoCore#1804 / in commit 1fa6699e6cd4 ("BaseTools: Add a checking for Sources section in INF file", 2019-06-10) logs some (non-fatal) warnings about unlisted internal header files. List those files explicitly. Note: header files are added in lexicographical order only if the underlying INF file already keeps the [Sources] and [LibraryClasses] sections in lexicographical order. Otherwise, header files are added in rough "logical" order. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Leif Lindholm <leif.lindholm@linaro.org> Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Library')
-rw-r--r--ArmPkg/Library/ArmLib/ArmBaseLib.inf3
-rw-r--r--ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf1
2 files changed, 4 insertions, 0 deletions
diff --git a/ArmPkg/Library/ArmLib/ArmBaseLib.inf b/ArmPkg/Library/ArmLib/ArmBaseLib.inf
index 6691556880..5e70990872 100644
--- a/ArmPkg/Library/ArmLib/ArmBaseLib.inf
+++ b/ArmPkg/Library/ArmLib/ArmBaseLib.inf
@@ -18,9 +18,11 @@
LIBRARY_CLASS = ArmLib
[Sources]
+ ArmLibPrivate.h
ArmLib.c
[Sources.ARM]
+ Arm/ArmV7Lib.h
Arm/ArmV7Lib.c
Arm/ArmLibSupport.S | GCC
@@ -34,6 +36,7 @@
Arm/ArmV7ArchTimerSupport.asm | RVCT
[Sources.AARCH64]
+ AArch64/AArch64Lib.h
AArch64/AArch64Lib.c
AArch64/ArmLibSupport.S
diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
index 7724231ae9..87c9b1150c 100644
--- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
+++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
@@ -26,6 +26,7 @@
[Sources]
PlatformBm.c
+ PlatformBm.h
[Packages]
EmbeddedPkg/EmbeddedPkg.dec