aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-02-03 17:35:11 +0000
committerWarner Losh <imp@FreeBSD.org>2020-02-03 17:35:11 +0000
commit58aa35d42975c298ca0adba705c042596303c9f5 (patch)
tree2558d2b720cda9c2799970cabc266e2ce4e3a8d3 /sys/modules/Makefile
parenteb24e1491f9900e922c78e53af588f22a3e9535f (diff)
downloadsrc-58aa35d42975c298ca0adba705c042596303c9f5.tar.gz
src-58aa35d42975c298ca0adba705c042596303c9f5.zip
Remove sparc64 kernel support
Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs
Notes
Notes: svn path=/head/; revision=357455
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 952255b32fde..6055587fa0c6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -57,7 +57,6 @@ SUBDIR= \
ath_rate \
ath_pci \
${_autofs} \
- ${_auxio} \
${_bce} \
${_bcm283x_clkman} \
${_bcm283x_pwm} \
@@ -110,7 +109,6 @@ SUBDIR= \
${_efirt} \
${_em} \
${_ena} \
- ${_epic} \
esp \
${_et} \
evdev \
@@ -397,8 +395,7 @@ _autofs= autofs
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
.if (${MACHINE_CPUARCH} != "arm" || ${MACHINE_ARCH:Marmv[67]*} != "") && \
- ${MACHINE_CPUARCH} != "mips" && \
- ${MACHINE_CPUARCH} != "sparc64"
+ ${MACHINE_CPUARCH} != "mips"
SUBDIR+= dtrace
.endif
SUBDIR+= opensolaris
@@ -771,12 +768,6 @@ _nvram= opal_nvram
_nvram+= powermac_nvram
.endif
-.if ${MACHINE_CPUARCH} == "sparc64"
-_auxio= auxio
-_em= em
-_epic= epic
-.endif
-
.if (${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_ARCH:Marmv[67]*} != "" || ${MACHINE_CPUARCH} == "i386")
_cloudabi32= cloudabi32