Makefile (0c91dc1d08c9d6bbf217e418549d2557e3c08e8c) | Makefile (6b7b2d80ed4d728d3ffd12c422e57798c1b63a84) |
---|---|
1# $FreeBSD$ 2 3SYSDIR?=${.CURDIR}/.. 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 236 unchanged lines hidden (view full) --- 245 mvs \ 246 mwl \ 247 ${_mwlfw} \ 248 mxge \ 249 my \ 250 ${_nandfs} \ 251 ${_nandsim} \ 252 ${_ncr} \ | 1# $FreeBSD$ 2 3SYSDIR?=${.CURDIR}/.. 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 236 unchanged lines hidden (view full) --- 245 mvs \ 246 mwl \ 247 ${_mwlfw} \ 248 mxge \ 249 my \ 250 ${_nandfs} \ 251 ${_nandsim} \ 252 ${_ncr} \ |
253 ${_nctgpio} \ |
|
253 ${_ncv} \ 254 ${_ndis} \ 255 netfpga10g \ 256 ${_netgraph} \ 257 ${_nfe} \ 258 nfscl \ 259 nfscommon \ 260 nfsd \ --- 292 unchanged lines hidden (view full) --- 553.if ${MK_OFED} != "no" || defined(ALL_MODULES) 554_ipoib= ipoib 555.endif 556_ix= ix 557_ixv= ixv 558_linprocfs= linprocfs 559_linsysfs= linsysfs 560_linux= linux | 254 ${_ncv} \ 255 ${_ndis} \ 256 netfpga10g \ 257 ${_netgraph} \ 258 ${_nfe} \ 259 nfscl \ 260 nfscommon \ 261 nfsd \ --- 292 unchanged lines hidden (view full) --- 554.if ${MK_OFED} != "no" || defined(ALL_MODULES) 555_ipoib= ipoib 556.endif 557_ix= ix 558_ixv= ixv 559_linprocfs= linprocfs 560_linsysfs= linsysfs 561_linux= linux |
562_nctgpio= nctgpio |
|
561_ndis= ndis 562_pccard= pccard 563.if ${MK_OFED} != "no" || defined(ALL_MODULES) 564_rdma= rdma 565.endif 566_safe= safe 567_scsi_low= scsi_low 568_si= si --- 215 unchanged lines hidden --- | 563_ndis= ndis 564_pccard= pccard 565.if ${MK_OFED} != "no" || defined(ALL_MODULES) 566_rdma= rdma 567.endif 568_safe= safe 569_scsi_low= scsi_low 570_si= si --- 215 unchanged lines hidden --- |