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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user