Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/Makefile
| Show First 20 Lines • Show All 389 Lines • ▼ Show 20 Lines | SUBDIR= \ | ||||
| videomode \ | videomode \ | ||||
| vkbd \ | vkbd \ | ||||
| ${_vmd} \ | ${_vmd} \ | ||||
| ${_vmm} \ | ${_vmm} \ | ||||
| ${_vmware} \ | ${_vmware} \ | ||||
| vr \ | vr \ | ||||
| vte \ | vte \ | ||||
| ${_wbwd} \ | ${_wbwd} \ | ||||
| ${_wdatwd} \ | |||||
| wlan \ | wlan \ | ||||
| wlan_acl \ | wlan_acl \ | ||||
| wlan_amrr \ | wlan_amrr \ | ||||
| wlan_ccmp \ | wlan_ccmp \ | ||||
| wlan_rssadapt \ | wlan_rssadapt \ | ||||
| wlan_tkip \ | wlan_tkip \ | ||||
| wlan_wep \ | wlan_wep \ | ||||
| wlan_xauth \ | wlan_xauth \ | ||||
| ▲ Show 20 Lines • Show All 295 Lines • ▼ Show 20 Lines | |||||
| .if ${MK_OFED} != "no" || defined(ALL_MODULES) | .if ${MK_OFED} != "no" || defined(ALL_MODULES) | ||||
| _rdma= rdma | _rdma= rdma | ||||
| .endif | .endif | ||||
| _safe= safe | _safe= safe | ||||
| _speaker= speaker | _speaker= speaker | ||||
| _splash= splash | _splash= splash | ||||
| _syscons= syscons | _syscons= syscons | ||||
| _wbwd= wbwd | _wbwd= wbwd | ||||
| _wdatwd= wdatwd | |||||
| _aac= aac | _aac= aac | ||||
| _aacraid= aacraid | _aacraid= aacraid | ||||
| _acpi= acpi | _acpi= acpi | ||||
| .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) | .if ${MK_CRYPT} != "no" || defined(ALL_MODULES) | ||||
| _aesni= aesni | _aesni= aesni | ||||
| .endif | .endif | ||||
| _amd_ecc_inject=amd_ecc_inject | _amd_ecc_inject=amd_ecc_inject | ||||
| ▲ Show 20 Lines • Show All 163 Lines • Show Last 20 Lines | |||||