Skip to content

Commit

Permalink
ArmVirtPkg: Report an error if NETWORK_TLS_ENABLE is TRUE on ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
  • Loading branch information
YangGangUEFI authored and mergify[bot] committed Nov 27, 2024
1 parent 3781ad1 commit 4928851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ArmVirtPkg/ArmVirt.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4928851

Please sign in to comment.