]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Add missing header files in INF file
authorPete Batard <pete@akeo.ie>
Sat, 31 Aug 2019 14:07:29 +0000 (15:07 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 13 Sep 2019 17:17:14 +0000 (18:17 +0100)
The header files are used but missing in INF, which causes
warning message when building them.

Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.inf
ArmPlatformPkg/Library/HdLcd/HdLcd.inf
ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.inf
ArmPlatformPkg/PrePi/PeiMPCore.inf
ArmPlatformPkg/PrePi/PeiUniCore.inf

index c3f2eb03f01c7ca50d3cf95d962646abdf3f10e5..d9d9bbd30e4c1e2961505fef5a065787795d4cbd 100644 (file)
@@ -16,6 +16,7 @@
   LIBRARY_CLASS                  = LcdHwLib\r
 \r
 [Sources.common]\r
+  ArmMaliDp.h\r
   ArmMaliDp.c\r
 \r
 [Packages]\r
index c14f387b57d0086735c09ab6b7d182f2417ccc1e..bc80e1adea27338f55bd66ed97ad4d6d929c0047 100644 (file)
@@ -17,6 +17,7 @@
   LIBRARY_CLASS                  = LcdHwLib\r
 \r
 [Sources.common]\r
+  HdLcd.h\r
   HdLcd.c\r
 \r
 [Packages]\r
index 8b7cc48bd60d33c896fe6a74334f8351b2763c2c..757348c196593352ec33a6a37d2a2524b3140e75 100644 (file)
@@ -16,6 +16,7 @@
   LIBRARY_CLASS                  = LcdHwLib\r
 \r
 [Sources.common]\r
+  PL111Lcd.h\r
   PL111Lcd.c\r
 \r
 [Packages]\r
index 8be222893e2ad8034f346cc6036855e1511e3daa..9c5da0d42a7b5d142af126b81c644d4d0a4c4d92 100644 (file)
@@ -15,6 +15,7 @@
   VERSION_STRING                 = 1.0\r
 \r
 [Sources]\r
+  PrePi.h\r
   PrePi.c\r
   MainMPCore.c\r
 \r
index 95919b7841858ef1410a1f8a6ba6d58a7daef1d5..ee9b05b253372ed9ba3696b4fbea84071116b097 100644 (file)
@@ -15,6 +15,7 @@
   VERSION_STRING                 = 1.0\r
 \r
 [Sources]\r
+  PrePi.h\r
   PrePi.c\r
   MainUniCore.c\r
 \r