mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
sys/modules: simplify a little by moving syscons to x86 only
syscons is x86 only now that sparc has been retired. No need for the extra if. Also alphabetize p2sb. Sponsored by: Netflix
This commit is contained in:
parent
445875aefd
commit
ba9f71ddec
1 changed files with 2 additions and 2 deletions
|
|
@ -632,7 +632,6 @@ SUBDIR+= zfs
|
|||
|
||||
.if ${MACHINE_CPUARCH} != "aarch64" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "riscv"
|
||||
_syscons= syscons
|
||||
.endif
|
||||
|
||||
.if ${MK_SOURCELESS_UCODE} != "no"
|
||||
|
|
@ -693,6 +692,7 @@ _mgb= mgb
|
|||
_nctgpio= nctgpio
|
||||
_ntb= ntb
|
||||
_ocs_fc= ocs_fc
|
||||
_p2sb= p2sb
|
||||
_qat= qat
|
||||
_qatfw= qatfw
|
||||
_qat_c2xxx= qat_c2xxx
|
||||
|
|
@ -703,7 +703,7 @@ _rdma= rdma
|
|||
_safe= safe
|
||||
_speaker= speaker
|
||||
_splash= splash
|
||||
_p2sb= p2sb
|
||||
_syscons= syscons
|
||||
_wbwd= wbwd
|
||||
|
||||
_aac= aac
|
||||
|
|
|
|||
Loading…
Reference in a new issue