Deleted Added
full compact
Makefile (291292) Makefile (291419)
1# $FreeBSD: head/sys/modules/Makefile 291292 2015-11-25 07:31:59Z ae $
1# $FreeBSD: head/sys/modules/Makefile 291419 2015-11-28 08:31:32Z kib $
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).

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

677.endif
678_coff= coff
679.if ${MK_SOURCELESS_UCODE} != "no"
680_cp= cp
681.endif
682_elink= elink
683_glxiic= glxiic
684_glxsb= glxsb
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).

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

677.endif
678_coff= coff
679.if ${MK_SOURCELESS_UCODE} != "no"
680_cp= cp
681.endif
682_elink= elink
683_glxiic= glxiic
684_glxsb= glxsb
685_ibcs2= ibcs2
685#_ibcs2= ibcs2
686_ie= ie
687_mse= mse
688_ncr= ncr
689_ncv= ncv
690_nsp= nsp
691_pcfclock= pcfclock
692_pst= pst
693_sbni= sbni

--- 83 unchanged lines hidden ---
686_ie= ie
687_mse= mse
688_ncr= ncr
689_ncv= ncv
690_nsp= nsp
691_pcfclock= pcfclock
692_pst= pst
693_sbni= sbni

--- 83 unchanged lines hidden ---