Deleted Added
full compact
Makefile (319398) Makefile (320731)
1# $FreeBSD: stable/11/sys/modules/Makefile 319398 2017-06-01 08:25:45Z tuexen $
1# $FreeBSD: stable/11/sys/modules/Makefile 320731 2017-07-06 11:45:13Z zbb $
2
3SYSDIR?=${SRCTOP}/sys
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).

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

104 ${_dpt} \
105 ${_drm} \
106 ${_drm2} \
107 dummynet \
108 ${_ed} \
109 ${_efirt} \
110 ${_elink} \
111 ${_em} \
2
3SYSDIR?=${SRCTOP}/sys
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).

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

104 ${_dpt} \
105 ${_drm} \
106 ${_drm2} \
107 dummynet \
108 ${_ed} \
109 ${_efirt} \
110 ${_elink} \
111 ${_em} \
112 ${_ena} \
112 en \
113 ${_ep} \
114 ${_epic} \
115 esp \
116 ${_et} \
117 evdev \
118 ${_ex} \
119 ${_exca} \

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

570_cpuctl= cpuctl
571_cpufreq= cpufreq
572_cs= cs
573_dpms= dpms
574_drm= drm
575_drm2= drm2
576_ed= ed
577_em= em
113 en \
114 ${_ep} \
115 ${_epic} \
116 esp \
117 ${_et} \
118 evdev \
119 ${_ex} \
120 ${_exca} \

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

571_cpuctl= cpuctl
572_cpufreq= cpufreq
573_cs= cs
574_dpms= dpms
575_drm= drm
576_drm2= drm2
577_ed= ed
578_em= em
579_ena= ena
578_ep= ep
579_et= et
580_exca= exca
581_fe= fe
582.if ${MK_OFED} != "no" || defined(ALL_MODULES)
583_ibcore= ibcore
584.endif
585_if_ndis= if_ndis

--- 245 unchanged lines hidden ---
580_ep= ep
581_et= et
582_exca= exca
583_fe= fe
584.if ${MK_OFED} != "no" || defined(ALL_MODULES)
585_ibcore= ibcore
586.endif
587_if_ndis= if_ndis

--- 245 unchanged lines hidden ---