aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-10-28 17:51:02 +0000
committerWarner Losh <imp@FreeBSD.org>2022-10-28 17:52:40 +0000
commitba9f71ddeca84404e318b86078c91620f3d6375d (patch)
treebad165dc30d757242c84458ca4fc9332387aa103
parent445875aefd768c5057f834b77ff8406d4be6f0fe (diff)
downloadsrc-ba9f71ddeca84404e318b86078c91620f3d6375d.tar.gz
src-ba9f71ddeca84404e318b86078c91620f3d6375d.zip
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
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 9784473fc522..1b03d41b5bd8 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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