Makefile (477129542c073f9c1e46c12e27da454b82ac8ff3) | Makefile (02629e469fe473d16d61ba41504a373a3b545250) |
---|---|
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 --- 606 unchanged lines hidden (view full) --- 615.if ${MACHINE_CPUARCH} == "amd64" 616_ixl= ixl 617_ixlv= ixlv 618_ntb= ntb 619_qlxge= qlxge 620_qlxgb= qlxgb 621_qlxgbe= qlxgbe 622_sfxge= sfxge | 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 --- 606 unchanged lines hidden (view full) --- 615.if ${MACHINE_CPUARCH} == "amd64" 616_ixl= ixl 617_ixlv= ixlv 618_ntb= ntb 619_qlxge= qlxge 620_qlxgb= qlxgb 621_qlxgbe= qlxgbe 622_sfxge= sfxge |
623 624.if ${MK_BHYVE} != "no" || defined(ALL_MODULES) |
|
623_vmm= vmm 624.endif | 625_vmm= vmm 626.endif |
627.endif |
|
625 626.if ${MACHINE_CPUARCH} == "i386" 627# XXX some of these can move to the general case when de-i386'ed 628# XXX some of these can move now, but are untested on other architectures. 629_3dfx= 3dfx 630_3dfx_linux= 3dfx_linux 631_aic= aic 632_apm= apm --- 113 unchanged lines hidden --- | 628 629.if ${MACHINE_CPUARCH} == "i386" 630# XXX some of these can move to the general case when de-i386'ed 631# XXX some of these can move now, but are untested on other architectures. 632_3dfx= 3dfx 633_3dfx_linux= 3dfx_linux 634_aic= aic 635_apm= apm --- 113 unchanged lines hidden --- |