mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: Add missing header files in INF file
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>
This commit is contained in:
parent
7551529ce1
commit
9b5a1c789d
|
@ -16,6 +16,7 @@
|
||||||
LIBRARY_CLASS = LcdHwLib
|
LIBRARY_CLASS = LcdHwLib
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
|
ArmMaliDp.h
|
||||||
ArmMaliDp.c
|
ArmMaliDp.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
LIBRARY_CLASS = LcdHwLib
|
LIBRARY_CLASS = LcdHwLib
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
|
HdLcd.h
|
||||||
HdLcd.c
|
HdLcd.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
LIBRARY_CLASS = LcdHwLib
|
LIBRARY_CLASS = LcdHwLib
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
|
PL111Lcd.h
|
||||||
PL111Lcd.c
|
PL111Lcd.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
|
PrePi.h
|
||||||
PrePi.c
|
PrePi.c
|
||||||
MainMPCore.c
|
MainMPCore.c
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
VERSION_STRING = 1.0
|
VERSION_STRING = 1.0
|
||||||
|
|
||||||
[Sources]
|
[Sources]
|
||||||
|
PrePi.h
|
||||||
PrePi.c
|
PrePi.c
|
||||||
MainUniCore.c
|
MainUniCore.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue