Make this consistent with EFI's per-arch defaults in src.opts.mk. We build EFI boot programs for RISC-V.
This discrepancy previously caused make makeman to warn riscv/riscv64: ignoring duplicate option EFI.
Differential D49549
kern.opts.mk: Remove EFI from riscv BROKEN OPTIONS emaste on Fri, Mar 28, 1:32 PM. Authored by
Details Make this consistent with EFI's per-arch defaults in src.opts.mk. We build EFI boot programs for RISC-V. This discrepancy previously caused make makeman to warn riscv/riscv64: ignoring duplicate option EFI.
Diff Detail
Event TimelineComment Actions Aside from the warning, this should be a no-op, as the only thing gated behind this knob on the kernel side is sys/modules/efirt, which still has an additional MACHINE_CPUARCH check around it. Comment Actions Yeah, my motivation here is just the warning from make makeman. I'll note in the commit message that this is NFC. |