Makefile (294f369701ca47fcb0b12d95984888fa65a53937) Makefile (bc3ad3a179d54307b0adec96e64daaecaf657b09)
1# $FreeBSD$
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

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

98 dcons_crom \
99 de \
100 ${_dpms} \
101 ${_dpt} \
102 ${_drm} \
103 ${_drm2} \
104 dummynet \
105 ${_ed} \
1# $FreeBSD$
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

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

98 dcons_crom \
99 de \
100 ${_dpms} \
101 ${_dpt} \
102 ${_drm} \
103 ${_drm2} \
104 dummynet \
105 ${_ed} \
106 ${_efirt} \
106 ${_elink} \
107 ${_em} \
108 en \
109 ${_ep} \
110 ${_epic} \
111 esp \
112 ${_et} \
113 ${_ex} \

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

664.if ${MK_SOURCELESS_UCODE} != "no"
665_wpifw= wpifw
666.endif
667_x86bios= x86bios
668.endif
669.endif
670
671.if ${MACHINE_CPUARCH} == "amd64"
107 ${_elink} \
108 ${_em} \
109 en \
110 ${_ep} \
111 ${_epic} \
112 esp \
113 ${_et} \
114 ${_ex} \

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

665.if ${MK_SOURCELESS_UCODE} != "no"
666_wpifw= wpifw
667.endif
668_x86bios= x86bios
669.endif
670.endif
671
672.if ${MACHINE_CPUARCH} == "amd64"
673_efirt= efirt
672_ioat= ioat
673_ixl= ixl
674_ixlv= ixlv
675_linux64= linux64
676_linux_common= linux_common
677_ntb= ntb
678_pms= pms
679_qlxge= qlxge

--- 119 unchanged lines hidden ---
674_ioat= ioat
675_ixl= ixl
676_ixlv= ixlv
677_linux64= linux64
678_linux_common= linux_common
679_ntb= ntb
680_pms= pms
681_qlxge= qlxge

--- 119 unchanged lines hidden ---