diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-05-12 14:39:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-05-12 15:04:00 +0000 |
| commit | 74674fef3c123d2bcb054f8723ed1bd781972c79 (patch) | |
| tree | b996217cc5e402b30ae38b29f769c8874600e4ba /sys | |
| parent | d1fdf357ae72e9e43e2e897aaf6dedb434b3d5fc (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/kern.opts.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index 53992a31d07c..e61cf9686a76 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -89,8 +89,8 @@ BROKEN_OPTIONS+= OFED BROKEN_OPTIONS+= KERNEL_RETPOLINE .endif -# EFI doesn't exist on powerpc, or riscv -.if ${MACHINE:Mpowerpc} || ${MACHINE:Mriscv} +# EFI doesn't exist on powerpc or riscv and is broken on i386 +.if ${MACHINE:Mpowerpc} || ${MACHINE:Mriscv} || ${MACHINE} == "i386" BROKEN_OPTIONS+=EFI .endif |
