Deleted Added
sdiff udiff text old ( 249530 ) new ( 252222 )
full compact
1# $FreeBSD: stable/9/sys/modules/Makefile 249530 2013-04-16 05:57:16Z trasz $
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 ${_nve} \
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
581.if ${MK_SOURCELESS_HOST} != "no"
582_nve= nve
583.endif
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
688.if ${MK_SOURCELESS_HOST} != "no"
689_nve= nve
690.endif
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 ---