mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sys/modules: Delete now empty if
Ah, the joys of pushing a commit with a dirty editor buffer that all the
checks in git didn't catch... Also, my eyeballs missed it too :(.
Fixes: ba9f71ddec
Noticed by: jrtc27
Sponsored by: Netflix
This commit is contained in:
parent
5ad8c32c72
commit
c8a63d71fe
1 changed files with 0 additions and 4 deletions
|
|
@ -630,10 +630,6 @@ SUBDIR+= tests
|
|||
SUBDIR+= zfs
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "riscv"
|
||||
.endif
|
||||
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
_cxgb= cxgb
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue