aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-10-28 19:31:38 +0000
committerWarner Losh <imp@FreeBSD.org>2022-10-28 20:10:09 +0000
commitc8a63d71feee454949a071ad738288af9ab8e3cd (patch)
treeaaefd3d17642002a9ec718ec54a730fd708ca34d /sys/modules
parent5ad8c32c722b58da4c153f241201af51b11f3152 (diff)
downloadsrc-c8a63d71feee454949a071ad738288af9ab8e3cd.tar.gz
src-c8a63d71feee454949a071ad738288af9ab8e3cd.zip
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: ba9f71ddeca8 Noticed by: jrtc27 Sponsored by: Netflix
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 1b03d41b5bd8..410aeb7d481f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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