Deleted Added
full compact
Makefile (291744) Makefile (292309)
1# $FreeBSD: head/sys/modules/Makefile 291744 2015-12-04 04:27:21Z bdrewery $
1# $FreeBSD: head/sys/modules/Makefile 292309 2015-12-16 00:56:45Z rrs $
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).

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

341 ${_stg} \
342 stge \
343 ${_streams} \
344 ${_svr4} \
345 ${_sym} \
346 ${_syscons} \
347 sysvipc \
348 ${_ti} \
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).

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

341 ${_stg} \
342 stge \
343 ${_streams} \
344 ${_svr4} \
345 ${_sym} \
346 ${_syscons} \
347 sysvipc \
348 ${_ti} \
349 tcp/fastpath \
349 tests/framework \
350 tests/callout_test \
351 tl \
352 tmpfs \
353 ${_toecore} \
354 ${_tpm} \
355 trm \
356 ${_twa} \

--- 426 unchanged lines hidden ---
350 tests/framework \
351 tests/callout_test \
352 tl \
353 tmpfs \
354 ${_toecore} \
355 ${_tpm} \
356 trm \
357 ${_twa} \

--- 426 unchanged lines hidden ---