Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/Makefile
Show First 20 Lines • Show All 136 Lines • ▼ Show 20 Lines | SUBDIR= \ | ||||
hwpmc \ | hwpmc \ | ||||
${_hwpmc_mips24k} \ | ${_hwpmc_mips24k} \ | ||||
${_hwpmc_mips74k} \ | ${_hwpmc_mips74k} \ | ||||
${_hyperv} \ | ${_hyperv} \ | ||||
i2c \ | i2c \ | ||||
${_iavf} \ | ${_iavf} \ | ||||
${_ibcore} \ | ${_ibcore} \ | ||||
${_ichwd} \ | ${_ichwd} \ | ||||
${_ice} \ | |||||
${_ice_ddp} \ | |||||
${_ida} \ | ${_ida} \ | ||||
if_bridge \ | if_bridge \ | ||||
if_disc \ | if_disc \ | ||||
if_edsc \ | if_edsc \ | ||||
${_if_enc} \ | ${_if_enc} \ | ||||
if_epair \ | if_epair \ | ||||
${_if_gif} \ | ${_if_gif} \ | ||||
${_if_gre} \ | ${_if_gre} \ | ||||
▲ Show 20 Lines • Show All 538 Lines • ▼ Show 20 Lines | |||||
_x86bios= x86bios | _x86bios= x86bios | ||||
.endif | .endif | ||||
.if ${MACHINE_CPUARCH} == "amd64" | .if ${MACHINE_CPUARCH} == "amd64" | ||||
_amdgpio= amdgpio | _amdgpio= amdgpio | ||||
_ccp= ccp | _ccp= ccp | ||||
_efirt= efirt | _efirt= efirt | ||||
_iavf= iavf | _iavf= iavf | ||||
_ice= ice | |||||
_ioat= ioat | _ioat= ioat | ||||
_ixl= ixl | _ixl= ixl | ||||
_nvdimm= nvdimm | _nvdimm= nvdimm | ||||
_pms= pms | _pms= pms | ||||
_qlxge= qlxge | _qlxge= qlxge | ||||
_qlxgb= qlxgb | _qlxgb= qlxgb | ||||
_vmd= vmd | _vmd= vmd | ||||
.if ${MK_SOURCELESS_UCODE} != "no" | .if ${MK_SOURCELESS_UCODE} != "no" | ||||
_ice_ddp = ice_ddp | |||||
_qlxgbe= qlxgbe | _qlxgbe= qlxgbe | ||||
_qlnx= qlnx | _qlnx= qlnx | ||||
.endif | .endif | ||||
_sfxge= sfxge | _sfxge= sfxge | ||||
_sgx= sgx | _sgx= sgx | ||||
_sgx_linux= sgx_linux | _sgx_linux= sgx_linux | ||||
_smartpqi= smartpqi | _smartpqi= smartpqi | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |