mirror of https://github.com/acidanthera/audk.git
NetworkPkg DSC: Add the required ARM library to pass ARM build
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
a642e2b42e
commit
da815cf390
|
@ -72,6 +72,8 @@
|
||||||
# [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
|
# [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
|
||||||
#
|
#
|
||||||
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
|
||||||
|
NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
|
||||||
|
ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
|
||||||
|
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
|
||||||
|
@ -114,7 +116,7 @@
|
||||||
|
|
||||||
NetworkPkg/Application/VConfig/VConfig.inf
|
NetworkPkg/Application/VConfig/VConfig.inf
|
||||||
|
|
||||||
[Components.IA32, Components.X64]
|
[Components.IA32, Components.X64, Components.ARM, Components.AARCH64]
|
||||||
NetworkPkg/IScsiDxe/IScsiDxe.inf
|
NetworkPkg/IScsiDxe/IScsiDxe.inf
|
||||||
NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
||||||
NetworkPkg/TlsDxe/TlsDxe.inf
|
NetworkPkg/TlsDxe/TlsDxe.inf
|
||||||
|
|
Loading…
Reference in New Issue