Deleted Added
full compact
Makefile (277283) Makefile (277302)
1# $FreeBSD: head/sys/modules/Makefile 277283 2015-01-17 02:17:55Z imp $
1# $FreeBSD: head/sys/modules/Makefile 277302 2015-01-17 16:36:39Z hselasky $
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
9# MK_SOURCELESS_UCODE option (see below).

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

193 lge \
194 libalias \
195 libiconv \
196 libmbpool \
197 libmchain \
198 ${_linprocfs} \
199 ${_linsysfs} \
200 ${_linux} \
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
9# MK_SOURCELESS_UCODE option (see below).

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

193 lge \
194 libalias \
195 libiconv \
196 libmbpool \
197 libmchain \
198 ${_linprocfs} \
199 ${_linsysfs} \
200 ${_linux} \
201 ${_linuxapi} \
201 lmc \
202 lpt \
203 mac_biba \
204 mac_bsdextended \
205 mac_ifoff \
206 mac_lomac \
207 mac_mls \
208 mac_none \

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

496_igb= igb
497_io= io
498.if ${MK_OFED} != "no" || defined(ALL_MODULES)
499_ipoib= ipoib
500.endif
501_linprocfs= linprocfs
502_linsysfs= linsysfs
503_linux= linux
202 lmc \
203 lpt \
204 mac_biba \
205 mac_bsdextended \
206 mac_ifoff \
207 mac_lomac \
208 mac_mls \
209 mac_none \

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

497_igb= igb
498_io= io
499.if ${MK_OFED} != "no" || defined(ALL_MODULES)
500_ipoib= ipoib
501.endif
502_linprocfs= linprocfs
503_linsysfs= linsysfs
504_linux= linux
505_linuxapi= linuxapi
504_ndis= ndis
505.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
506_opensolaris= opensolaris
507.endif
508_pccard= pccard
509.if ${MK_OFED} != "no" || defined(ALL_MODULES)
510_rdma= rdma
511.endif

--- 224 unchanged lines hidden ---
506_ndis= ndis
507.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
508_opensolaris= opensolaris
509.endif
510_pccard= pccard
511.if ${MK_OFED} != "no" || defined(ALL_MODULES)
512_rdma= rdma
513.endif

--- 224 unchanged lines hidden ---