summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-07-13 07:16:45 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-07-13 07:16:45 +0000
commit4272803654a3bc04b941aa592b301bd4e71d8a53 (patch)
tree2d8217c874f10f808a1a6e1a0ef4451f08d45f83 /sys/modules
parente729c4bb9261df20f55f2be07c259cddd9f1b655 (diff)
downloadFreeBSD-src-4272803654a3bc04b941aa592b301bd4e71d8a53.zip
FreeBSD-src-4272803654a3bc04b941aa592b301bd4e71d8a53.tar.gz
Clean up the modules list for PowerPC. powerpc64 has MACHINE_CPUARCH of
powerpc. While here, sort the list.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 77e541c..d26dacc 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -808,23 +808,24 @@ _cardbus= cardbus
_cbb= cbb
_cfi= cfi
_cpufreq= cpufreq
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_cyclic= cyclic
+.endif
_drm= drm
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
+_dtrace= dtrace
+.endif
_exca= exca
_nvram= powermac_nvram
_pccard= pccard
_smbfs= smbfs
_sound= sound
-_cyclic= cyclic
-_dtrace= dtrace
+.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
_opensolaris= opensolaris
.endif
+.endif
.if ${MACHINE_ARCH} == "powerpc64"
-.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
-_cyclic= cyclic
-_dtrace= dtrace
-_opensolaris= opensolaris
-.endif
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
_zfs= zfs
.endif
OpenPOWER on IntegriCloud