mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 12:44:50 +02:00
ArmVirtPkg: Report an error if NETWORK_TLS_ENABLE is TRUE on ARM
Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
This commit is contained in:
parent
3781ad107d
commit
4928851899
@ -87,6 +87,9 @@
|
||||
|
||||
# Networking Requirements
|
||||
!include NetworkPkg/NetworkLibs.dsc.inc
|
||||
!if ($(NETWORK_TLS_ENABLE) == TRUE) AND ($(ARCH) == ARM)
|
||||
!error "NETWORK_TLS_ENABLE is not supported on ARM build!"
|
||||
!endif
|
||||
|
||||
# ARM Architectural Libraries
|
||||
CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
|
||||
|
Loading…
x
Reference in New Issue
Block a user