Deleted Added
full compact
Makefile (242179) Makefile (242723)
1# $FreeBSD: head/sys/modules/Makefile 242179 2012-10-27 16:07:38Z nwhitehorn $
1# $FreeBSD: head/sys/modules/Makefile 242723 2012-11-07 23:45:09Z jhibbits $
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

--- 773 unchanged lines hidden (view full) ---

783_cbb= cbb
784_cfi= cfi
785_cpufreq= cpufreq
786_drm= drm
787_exca= exca
788_nvram= powermac_nvram
789_pccard= pccard
790_sound= sound
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

--- 773 unchanged lines hidden (view full) ---

783_cbb= cbb
784_cfi= cfi
785_cpufreq= cpufreq
786_drm= drm
787_exca= exca
788_nvram= powermac_nvram
789_pccard= pccard
790_sound= sound
791_cyclic= cyclic
792_dtrace= dtrace
793_opensolaris= opensolaris
791.endif
792
793.if ${MACHINE_ARCH} == "powerpc64"
794.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
794.endif
795
796.if ${MACHINE_ARCH} == "powerpc64"
797.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
798_cyclic= cyclic
799_dtrace= dtrace
795_opensolaris= opensolaris
796.endif
797.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
798_zfs= zfs
799.endif
800.endif
801
802.if ${MACHINE_CPUARCH} == "sparc64"

--- 33 unchanged lines hidden ---
800_opensolaris= opensolaris
801.endif
802.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
803_zfs= zfs
804.endif
805.endif
806
807.if ${MACHINE_CPUARCH} == "sparc64"

--- 33 unchanged lines hidden ---