Deleted Added
full compact
Makefile (287117) Makefile (287225)
1# $FreeBSD: head/sys/modules/Makefile 287117 2015-08-24 19:32:03Z cem $
1# $FreeBSD: head/sys/modules/Makefile 287225 2015-08-27 23:33:38Z imp $
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).

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

265 nullfs \
266 ${_ntb} \
267 ${_nvd} \
268 ${_nvme} \
269 ${_nvram} \
270 ${_nxge} \
271 ${_opensolaris} \
272 oce \
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).

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

265 nullfs \
266 ${_ntb} \
267 ${_nvd} \
268 ${_nvme} \
269 ${_nvram} \
270 ${_nxge} \
271 ${_opensolaris} \
272 oce \
273 ow \
273 ${_padlock} \
274 ${_padlock_rng} \
275 patm \
276 ${_pccard} \
277 ${_pcfclock} \
278 pcn \
279 ${_pf} \
280 ${_pflog} \

--- 491 unchanged lines hidden ---
274 ${_padlock} \
275 ${_padlock_rng} \
276 patm \
277 ${_pccard} \
278 ${_pcfclock} \
279 pcn \
280 ${_pf} \
281 ${_pflog} \

--- 491 unchanged lines hidden ---