Add missing .endif
Last second move from inside the prior block to outside bites me.
Noticed by: jrtc23
Fixes: dcb621efd6
Sponsored by: Netflix
This commit is contained in:
@@ -316,6 +316,7 @@ BROKEN_OPTIONS+=EFI
|
||||
# Bad coupling for libsecure stuff with bearssl and efi, so broken on EFI
|
||||
.if ${__T:Mpowerpc*}
|
||||
BROKEN_OPTIONS+=BEARSSL # bearssl brings in secure efi stuff xxx
|
||||
.endif
|
||||
# OFW is only for powerpc, exclude others
|
||||
.if ${__T:Mpowerpc*} == ""
|
||||
BROKEN_OPTIONS+=LOADER_OFW
|
||||
|
||||
Reference in New Issue
Block a user