Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/Makefile
Show First 20 Lines • Show All 850 Lines • ▼ Show 20 Lines | |||||
.endif | .endif | ||||
_sfxge= sfxge | _sfxge= sfxge | ||||
_sgx= sgx | _sgx= sgx | ||||
_sgx_linux= sgx_linux | _sgx_linux= sgx_linux | ||||
_smartpqi= smartpqi | _smartpqi= smartpqi | ||||
_p2sb= p2sb | _p2sb= p2sb | ||||
.endif | .endif | ||||
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" | .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \ | ||||
${MACHINE_CPUARCH} == "riscv" | |||||
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES) | .if ${MK_BHYVE} != "no" || defined(ALL_MODULES) | ||||
.if ${KERN_OPTS:MSMP} | .if ${KERN_OPTS:MSMP} | ||||
_vmm= vmm | _vmm= vmm | ||||
.endif | .endif | ||||
.endif | .endif | ||||
.endif | .endif | ||||
.if ${MACHINE_CPUARCH} == "i386" | .if ${MACHINE_CPUARCH} == "i386" | ||||
▲ Show 20 Lines • Show All 71 Lines • Show Last 20 Lines |