mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
WITH_NVME: Remove from broken.
NVME works everywhere, so we can eliminate this. We may remove the option altogether. Sponsored by: Netflix Discussed with: ken, jhb
This commit is contained in:
parent
49ea0889f2
commit
2fda3ab0ac
1 changed files with 0 additions and 6 deletions
|
|
@ -357,12 +357,6 @@ BROKEN_OPTIONS+=MLX5TOOL
|
||||||
BROKEN_OPTIONS+=HYPERV
|
BROKEN_OPTIONS+=HYPERV
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# NVME is only aarch64, x86 and powerpc64*
|
|
||||||
.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \
|
|
||||||
${__T:Mpowerpc64*} == ""
|
|
||||||
BROKEN_OPTIONS+=NVME
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
|
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
|
||||||
${__T:Mpowerpc64*} != "" || ${__T:Mriscv64*} != ""
|
${__T:Mpowerpc64*} != "" || ${__T:Mriscv64*} != ""
|
||||||
__DEFAULT_YES_OPTIONS+=OPENMP
|
__DEFAULT_YES_OPTIONS+=OPENMP
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue