git: c8a63d71feee - main - sys/modules: Delete now empty if
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 20:12:05 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c8a63d71feee454949a071ad738288af9ab8e3cd
commit c8a63d71feee454949a071ad738288af9ab8e3cd
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-28 19:31:38 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-28 20:10:09 +0000
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
---
sys/modules/Makefile | 4 ----
1 file changed, 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