From c8a63d71feee454949a071ad738288af9ab8e3cd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 28 Oct 2022 13:31:38 -0600 Subject: 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 -- cgit v1.2.3