Deleted Added
full compact
Makefile (249530) Makefile (252222)
1# $FreeBSD: stable/9/sys/modules/Makefile 249530 2013-04-16 05:57:16Z trasz $
1# $FreeBSD: stable/9/sys/modules/Makefile 252222 2013-06-25 23:52:39Z jimharris $
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} \

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

234 nfsserver \
235 nfssvc \
236 nge \
237 nmdm \
238 ${_nsp} \
239 ntfs \
240 ntfs_iconv \
241 nullfs \
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} \

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

234 nfsserver \
235 nfssvc \
236 nge \
237 nmdm \
238 ${_nsp} \
239 ntfs \
240 ntfs_iconv \
241 nullfs \
242 ${_nvd} \
242 ${_nve} \
243 ${_nve} \
244 ${_nvme} \
243 ${_nvram} \
244 ${_nwfs} \
245 ${_nxge} \
246 ${_opensolaris} \
247 oce \
248 ${_padlock} \
249 patm \
250 ${_pccard} \

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

573_iwn= iwn
574.if ${MK_SOURCELESS_UCODE} != "no"
575_iwnfw= iwnfw
576.endif
577_ixgb= ixgb
578_ixgbe= ixgbe
579_mly= mly
580_nfe= nfe
245 ${_nvram} \
246 ${_nwfs} \
247 ${_nxge} \
248 ${_opensolaris} \
249 oce \
250 ${_padlock} \
251 patm \
252 ${_pccard} \

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

575_iwn= iwn
576.if ${MK_SOURCELESS_UCODE} != "no"
577_iwnfw= iwnfw
578.endif
579_ixgb= ixgb
580_ixgbe= ixgbe
581_mly= mly
582_nfe= nfe
583_nvd= nvd
581.if ${MK_SOURCELESS_HOST} != "no"
582_nve= nve
583.endif
584.if ${MK_SOURCELESS_HOST} != "no"
585_nve= nve
586.endif
587_nvme= nvme
584_nvram= nvram
585_nxge= nxge
586_tpm= tpm
587_viawd= viawd
588_wpi= wpi
589.if ${MK_SOURCELESS_UCODE} != "no"
590_wpifw= wpifw
591.endif

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

680.if ${MK_OFED} != "no" || defined(ALL_MODULES)
681_mlx4= mlx4
682_mlx4ib= mlx4ib
683_mlxen= mlxen
684_mthca= mthca
685.endif
686_ndis= ndis
687_nfe= nfe
588_nvram= nvram
589_nxge= nxge
590_tpm= tpm
591_viawd= viawd
592_wpi= wpi
593.if ${MK_SOURCELESS_UCODE} != "no"
594_wpifw= wpifw
595.endif

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

684.if ${MK_OFED} != "no" || defined(ALL_MODULES)
685_mlx4= mlx4
686_mlx4ib= mlx4ib
687_mlxen= mlxen
688_mthca= mthca
689.endif
690_ndis= ndis
691_nfe= nfe
692_nvd= nvd
688.if ${MK_SOURCELESS_HOST} != "no"
689_nve= nve
690.endif
693.if ${MK_SOURCELESS_HOST} != "no"
694_nve= nve
695.endif
696_nvme= nvme
691_nvram= nvram
692_nxge= nxge
693.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
694_opensolaris= opensolaris
695.endif
696.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
697_padlock= padlock
698.endif

--- 123 unchanged lines hidden ---
697_nvram= nvram
698_nxge= nxge
699.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
700_opensolaris= opensolaris
701.endif
702.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
703_padlock= padlock
704.endif

--- 123 unchanged lines hidden ---