From 4272803654a3bc04b941aa592b301bd4e71d8a53 Mon Sep 17 00:00:00 2001 From: jhibbits Date: Sat, 13 Jul 2013 07:16:45 +0000 Subject: Clean up the modules list for PowerPC. powerpc64 has MACHINE_CPUARCH of powerpc. While here, sort the list. --- sys/modules/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sys/modules') 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 -- cgit v1.1