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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user