HomeFreeBSD

kern.opts.mk: Remove EFI from riscv BROKEN_OPTIONS

Description

kern.opts.mk: Remove EFI from riscv BROKEN_OPTIONS

This discrepancy previously caused make makeman to warn
riscv/riscv64: ignoring duplicate option EFI. Make the kernel EFI
option consistent with EFI's per-arch defaults in src.opts.mk to remove
the warning. Note that we do build EFI boot programs for RISC-V.

This is a NFC because the only component gated by the kernel's EFI
option is sys/modules/efirt, which is also inside of a MACHINE_CPUARCH
block that excludes riscv64 anyway.

Reviewed by: mhorne
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49549

Details

Provenance
emasteAuthored on Fri, Mar 28, 1:28 PM
Reviewer
mhorne
Differential Revision
D49549: kern.opts.mk: Remove EFI from riscv BROKEN OPTIONS
Parents
rGa440b544d566: zfs: remove inclusion of machine/pcpu.h
Branches
Unknown
Tags
Unknown